Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public CrosshairAxisLabelElement AxisLabelElement { get; }

Property Value

Type Description
CrosshairAxisLabelElement

The crosshair axis label element.

See Also