ChartSeriesMarkersSettingsBuilder

Methods

Background(System.String)

The background color of the series markers.

Parameters

value - System.String

The value for Background

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

BackgroundHandler(System.String)

The background color of the series markers.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

BackgroundHandler(System.Func)

The background color of the series markers.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

Border(System.Action)

The border of the markers.

Parameters

configurator - System.Action<ChartSeriesMarkersBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of ChartSeriesMarkersSettingsBuilder .

BorderRadius(System.Double)

The border radius in pixels when type is set to "roundedRect". Defaults to 1/5 of the marker size.

Parameters

value - System.Double

The value for BorderRadius

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

From(System.Action)

The chart series marker configuration for the "from" point. Supported for "rangeArea" and "verticalRangeArea" series.

Parameters

configurator - System.Action<ChartSeriesMarkersFromSettingsBuilder>

The configurator for the from setting.

RETURNS

Returns the current instance of ChartSeriesMarkersSettingsBuilder .

Size(System.Double)

The marker size in pixels.

Parameters

value - System.Double

The value for Size

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

SizeHandler(System.String)

The marker size in pixels.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

SizeHandler(System.Func)

The marker size in pixels.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

To(System.Action)

The chart series marker configuration for the "to" point. Supported for "rangeArea" and "verticalRangeArea" series.

Parameters

configurator - System.Action<ChartSeriesMarkersToSettingsBuilder>

The configurator for the to setting.

RETURNS

Returns the current instance of ChartSeriesMarkersSettingsBuilder .

Visible(System.Boolean)

If set to true the chart will display the series markers. By default chart series markers are displayed.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

VisibleHandler(System.String)

If set to true the chart will display the series markers. By default chart series markers are displayed.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

VisibleHandler(System.Func)

If set to true the chart will display the series markers. By default chart series markers are displayed.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

Visual(System.String)

A function that can be used to create a custom visual for the markers. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the marker options.; createVisual - a function that can be used to get the default visual.; category - the category of the marker point.; dataItem - the dataItem of the marker point.; value - the value of the marker point.; sender - the chart instance. or series - the series of the marker point..

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

Visual(System.Func)

A function that can be used to create a custom visual for the markers. The available argument fields are: rect - the kendo.geometry.Rect that defines where the visual should be rendered.; options - the marker options.; createVisual - a function that can be used to get the default visual.; category - the category of the marker point.; dataItem - the dataItem of the marker point.; value - the value of the marker point.; sender - the chart instance. or series - the series of the marker point..

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

Rotation(System.Double)

The rotation angle of the markers.

Parameters

value - System.Double

The value for Rotation

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

RotationHandler(System.String)

The rotation angle of the markers.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

RotationHandler(System.Func)

The rotation angle of the markers.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

ZIndex(System.Double)

An optional Z-index that can be used to change the default stacking order of the markers.

Parameters

value - System.Double

The value for ZIndex

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

ZIndexHandler(System.String)

An optional Z-index that can be used to change the default stacking order of the markers.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

ZIndexHandler(System.Func)

An optional Z-index that can be used to change the default stacking order of the markers.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

Type(Kendo.Mvc.UI.ChartMarkerShape)

Specifies the shape of the marker.

Parameters

value - ChartMarkerShape

The value for Type

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

TypeHandler(System.String)

Specifies the shape of the marker.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.

TypeHandler(System.Func)

Specifies the shape of the marker.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartSeriesMarkersSettingsBuilder instance.