CrosshairElement.LabelElement Property
In This Article
Gets or sets the crosshair label element.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Crosshair |
A Crosshair |
#Remarks
Use the LabelElement property to get access to the appearance settings of a crosshair label element when custom drawing a crosshair cursor via the ChartControl.CustomDrawCrosshair event.
See Also