ChartCategoryAxisHighlightSettingsBuilder

Methods

Border(System.Action)

The border options for the category highlight.

Parameters

configurator - System.Action<ChartCategoryAxisHighlightBorderSettingsBuilder>

The configurator for the border setting.

RETURNS

Returns the current instance of ChartCategoryAxisHighlightSettingsBuilder .

Color(System.String)

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

Parameters

value - System.String

The value for Color

RETURNS

Returns the current ChartCategoryAxisHighlightSettingsBuilder instance.

Opacity(System.Double)

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

Parameters

value - System.Double

The value for Opacity

RETURNS

Returns the current ChartCategoryAxisHighlightSettingsBuilder instance.

Visible(System.Boolean)

If set to true the chart will display the category highlight. By default the category highlight is not displayed.

Parameters

value - System.Boolean

The value for Visible

RETURNS

Returns the current ChartCategoryAxisHighlightSettingsBuilder instance.

Visible()

If set to true the chart will display the category highlight. By default the category highlight is not displayed.

RETURNS

Returns the current ChartCategoryAxisHighlightSettingsBuilder instance.