CrosshairElementBase Properties
The base class for the Crosshair Cursor elements.Name | Description |
---|---|
AxisLabelElement | Returns the Crosshair Cursor‘s axis label element to change its settings when using the ChartControl.CustomDrawCrosshair event to modify the Crosshair’s appearance. |
LabelElement | Returns the Crosshair Cursor‘s label element to change its settings when using the ChartControl.CustomDrawCrosshair event to modify the Crosshair’s appearance. |
LineElement | Returns the Crosshair Cursor‘s line element to change its settings when using the ChartControl.CustomDrawCrosshair event to modify the Crosshair’s appearance. |
Visible | Gets or sets whether the crosshair element is visible when you handle the ChartControl.CustomDrawCrosshair event. |
See Also