New to Telerik UI for ASP.NET Core? Download free 30-day trial

ChartSeriesExtremesSettingsBuilder

Methods

Background(System.String)

The background color of the series outliers.

Parameters

value - System.String

The value for Background

BackgroundHandler(System.String)

The background color of the series outliers.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

BackgroundHandler(System.Func)

The background color of the series outliers.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Border(System.Action)

The border of the extremes.

Parameters

configurator - System.Action<ChartSeriesExtremesBorderSettingsBuilder>

The configurator for the border setting.

Size(System.Double)

The extremes size in pixels.

Parameters

value - System.Double

The value for Size

SizeHandler(System.String)

The extremes size in pixels.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

SizeHandler(System.Func)

The extremes size in pixels.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Type(System.String)

The extremes shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.

Parameters

value - System.String

The value for Type

TypeHandler(System.String)

The extremes shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

TypeHandler(System.Func)

The extremes shape.The supported values are: * "circle" - the marker shape is circle. * "square" - the marker shape is square. * "triangle" - the marker shape is triangle. * "cross" - the marker shape is cross.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

Rotation(System.Double)

The rotation angle of the extremes.

Parameters

value - System.Double

The value for Rotation

RotationHandler(System.String)

The rotation angle of the extremes.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RotationHandler(System.Func)

The rotation angle of the extremes.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?