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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairSettingsBuilder instance.

Opacity(System.Double)

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

Parameters

value - System.Double

The value for Opacity

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairSettingsBuilder instance.

Tooltip(System.Action)

The crosshair tooltip options.

Parameters

configurator - System.Action<StockChartNavigatorCategoryAxisCrosshairTooltipSettingsBuilder>

The configurator for the tooltip setting.

RETURNS

Returns the current instance of StockChartNavigatorCategoryAxisCrosshairSettingsBuilder .

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairSettingsBuilder instance.

Visible()

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

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairSettingsBuilder instance.

Width(System.Double)

The width of the crosshair in pixels.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current StockChartNavigatorCategoryAxisCrosshairSettingsBuilder instance.