Axis2D.CrosshairAxisLabelOptions Property
In This Article
Gets the crosshair axis label settings allowing you to specify its appearance on a diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public CrosshairAxisLabelOptions CrosshairAxisLabelOptions { get; }
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
#Remarks
For more information on how to use a crosshair cursor, refer to the Tooltip and Crosshair Cursor topic.
See Also