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 |
---|---|
Axis |
Gets or sets crosshair value labels. |
Label |
Gets or sets the crosshair label element. |
Line |
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. |
Series |
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