CrosshairLabelElementBase Class
In This Article
The base class for classes that provide functionality for crosshair label elements.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
The CrosshairLabelElementBase class serves as a base for classes that provide the crosshair label element functionality of the crosshair cursor.
Use the properties of the CrosshairLabelElementBase when custom drawing the crosshair cursor using the ChartControl.CustomDrawCrosshair event handler.
For more information, refer to Crosshair Cursor.
See Also