Skip to main content

XYSeries2D.CrosshairLabelTemplate Property

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

public DataTemplate CrosshairLabelTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object.

#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