Skip to main content
A newer version of this page is available. .

CrosshairSeriesLabelItem.LabelTemplate Property

Gets or sets the template that the item uses to display its content.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public DataTemplate LabelTemplate { get; set; }

Property Value

Type Description
DataTemplate

The template that the item uses to display its content.

See Also