Back to Devexpress

CrosshairElementBase.AxisLabelElement Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairelementbase-b56626fa.md

latest1.4 KB
Original Source

CrosshairElementBase.AxisLabelElement Property

Returns the Crosshair Cursor‘s axis label element to change its settings when using the ChartControl.CustomDrawCrosshair event to modify the Crosshair’s appearance.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CrosshairAxisLabelElement AxisLabelElement { get; }
vb
Public ReadOnly Property AxisLabelElement As CrosshairAxisLabelElement

Property Value

TypeDescription
CrosshairAxisLabelElement

The crosshair axis label element.

|

See Also

CrosshairElementBase Class

CrosshairElementBase Members

DevExpress.XtraCharts Namespace