Back to Devexpress

CrosshairAxisLabelOptions Class

corelibraries-devexpress-dot-xtracharts-c6de30ad.md

latest1.6 KB
Original Source

CrosshairAxisLabelOptions Class

Contains settings that define the appearance of crosshair axis labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class CrosshairAxisLabelOptions :
    TextOptions
vb
Public Class CrosshairAxisLabelOptions
    Inherits 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

CrosshairAxisLabelOptions Members

DevExpress.XtraCharts Namespace