HelpBot Assistant

How can I help you?

ICrosshairLabelRenderEventArgs

16 Mar 20261 minute to read

Provides the event arguments for crosshair label render in both Chart and StockChart.

Properties

axisName string

Defines the axis name associated with the crosshair label.

cancel boolean

Defines the event’s cancellation status.

fill string

Specifies the background fill color of the label (if supported).

text string

Defines the text to be displayed in the crosshair label.

textStyle FontModel

Specifies the text style for the label (if supported).

value number|Date

Specifies the raw value (number or Date) for which the label is rendered.