Back to Devexpress

Axis2D.CrosshairAxisLabelOptions Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-9953ff90.md

latest1.7 KB
Original Source

Axis2D.CrosshairAxisLabelOptions Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public CrosshairAxisLabelOptions CrosshairAxisLabelOptions { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property CrosshairAxisLabelOptions As CrosshairAxisLabelOptions

Property Value

TypeDescription
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

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace