Skip to main content

CrosshairAxisLabelOptions Class

Contains settings that define the appearance of crosshair axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public class CrosshairAxisLabelOptions :
    TextOptions

The following members return CrosshairAxisLabelOptions objects:

#Remarks

Use the Axis2D.CrosshairAxisLabelOptions property to get access to the CrosshairAxisLabelOptions object.

For more information on crosshair cursors, see Tooltip and Crosshair Cursor.

#Inheritance

Object
ChartElement
TextOptions
CrosshairAxisLabelOptions
See Also