CrosshairLabelElementBase.CrosshairLabelTemplate Property
In This Article
Specifies the template that defines the presentation of crosshair specific labels (either a crosshair group header element, crosshair axis label or common crosshair label) when implementing crosshair custom cursor drawing.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
Use the CrosshairLabelTemplate property when implementing custom crosshair cursor drawing using the ChartControl.CustomDrawCrosshair event.
To learn more on the crosshair cursor, see Crosshair Cursor.
See Also