Skip to main content

CrosshairElement.AxisLabelElement Property

Gets or sets crosshair value labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public CrosshairAxisLabelElement AxisLabelElement { get; set; }

#Property Value

Type Description
CrosshairAxisLabelElement

A CrosshairAxisLabelElement object, representing the crosshair value labels.

#Remarks

Use the AxisLabelElement property to get access to the appearance settings of crosshair value labels when custom drawing a crosshair cursor in the ChartControl.CustomDrawCrosshair event.

See Also