ChartLegendItemHighlightMarkersSettingsBuilder

Methods

Background(System.String)

The background color of the highlighted legend item markers.

Parameters

value - System.String

The value for Background

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

BackgroundHandler(System.String)

The background color of the highlighted legend item markers.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

BackgroundHandler(System.Func)

The background color of the highlighted legend item markers.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

Border(System.Action)

The border of the highlighted markers.

Parameters

configurator - System.Action<ChartLegendItemHighlightMarkersBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of ChartLegendItemHighlightMarkersSettingsBuilder .

BorderRadius(System.Double)

The border radius in pixels when type is set to "roundedRect".

Parameters

value - System.Double

The value for BorderRadius

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

Visible(System.Boolean)

If set to true the chart will display the legend item markers. Defaults to the series options.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

VisibleHandler(System.String)

If set to true the chart will display the legend item markers. Defaults to the series options.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

VisibleHandler(System.Func)

If set to true the chart will display the legend item markers. Defaults to the series options.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

Visual(System.String)

A function that can be used to create a custom visual for the highlighted 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 ChartLegendItemHighlightMarkersSettingsBuilder instance.

Visual(System.Func)

A function that can be used to create a custom visual for the highlighted 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 ChartLegendItemHighlightMarkersSettingsBuilder instance.

Type(Kendo.Mvc.UI.ChartMarkerShape)

The highlighted markers shape.

Parameters

value - ChartMarkerShape

The value for Type

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

TypeHandler(System.String)

The highlighted markers shape.

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.

TypeHandler(System.Func)

The highlighted markers shape.

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

RETURNS

Returns the current ChartLegendItemHighlightMarkersSettingsBuilder instance.