ChartCategoryAxisHighlightBorderSettingsBuilder

Methods

Color(System.String)

The color of the category highlight border. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Color

RETURNS

Returns the current ChartCategoryAxisHighlightBorderSettingsBuilder instance.

Width(System.Double)

The width of the category highlight border in pixels. By default the border width is set to zero which means that the border will not appear.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current ChartCategoryAxisHighlightBorderSettingsBuilder instance.

Opacity(System.Double)

The opacity of the category highlight border. By default the category highlight border is opaque.

Parameters

value - System.Double

The value for Opacity

RETURNS

Returns the current ChartCategoryAxisHighlightBorderSettingsBuilder instance.

DashType(Kendo.Mvc.UI.ChartDashType)

The dash type for the highlighted category border.

Parameters

value - ChartDashType

The value for DashType

RETURNS

Returns the current ChartCategoryAxisHighlightBorderSettingsBuilder instance.