XYSeries2D.CrosshairLabelTemplate Property
In This Article
Specifies the template that defines the presentation of crosshair labels for this series. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Examples
This example shows how to customize the visual representation of series crosshair labels via their template.
To accomplish this, it is necessary to create a DataTemplate object that specifies the appearance of series crosshair labels, and assign it to the XYSeries2D.CrosshairLabelTemplate property.
See Also