Axis2D.CrosshairAxisLabelOptions Property
Gets the crosshair axis label settings allowing you to specify its appearance on a diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
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