Skip to main content

CrosshairLabelElementBase.CrosshairLabelTemplate Property

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

public DataTemplate CrosshairLabelTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object.

#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