Skip to main content

Axis2D.CrosshairAxisLabelOptions Property

Gets the crosshair axis label settings allowing you to specify its appearance on a diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public CrosshairAxisLabelOptions CrosshairAxisLabelOptions { get; }

Property Value

Type Description
CrosshairAxisLabelOptions

A CrosshairAxisLabelOptions object which represents crosshair axis label options on a diagram.

Remarks

For more information on how to use a crosshair cursor, refer to the Tooltip and Crosshair Cursor topic.

See Also