Skip to main content

CrosshairElement Properties

Represents crosshair elements (e.g., crosshair value lines, crosshair value labels, crosshair labels) that can be used to custom draw a crosshair cursor.
Name Description
AxisLabelElement Gets or sets crosshair value labels.
LabelElement Gets or sets the crosshair label element.
LineElement Gets or sets the crosshair value line element to custom draw a crosshair cursor.
Series Gets a series that a crosshair element hovers over when implementing a custom draw.
SeriesPoint Gets a series point that a crosshair element hovers over when implementing a custom draw.
Visible Specifies whether the crosshair element is visible when implementing custom drawing in a crosshair cursor.
See Also