CrosshairElement.AxisLabelElement Property
In This Article
Gets or sets crosshair value labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
#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