Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

public CrosshairAxisLabelElement AxisLabelElement { get; }

Property Value

Type Description
CrosshairAxisLabelElement

The crosshair axis label element.

See Also