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.v19.1.dll

Declaration

public CrosshairAxisLabelElement AxisLabelElement { get; }

Property Value

Type Description
CrosshairAxisLabelElement

The crosshair axis label element.

See Also