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

StockChartNavigatorCategoryAxisCrosshairSettingsBuilder

Methods

Color(System.String)

The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.

Parameters

value - System.String

The value for Color

Opacity(System.Double)

The opacity of the crosshair. By default the crosshair is opaque.

Parameters

value - System.Double

The value for Opacity

Tooltip(System.Action)

The crosshair tooltip options.

Parameters

configurator - System.Action<StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder>

The configurator for the tooltip setting.

Visible(System.Boolean)

If set to true the chart will display the category axis crosshair. By default the category axis crosshair is not visible.

Parameters

value - System.Boolean

The value for Visible

Visible()

If set to true the chart will display the category axis crosshair. By default the category axis crosshair is not visible.

Width(System.Double)

The width of the crosshair in pixels.

Parameters

value - System.Double

The value for Width

In this article
Not finding the help you need?