Skip to main content

PieTotalLabel.ContentTemplate Property

Gets or sets the data template to display the total label’s content.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public DataTemplate ContentTemplate { get; set; }

Property Value

Type Description
DataTemplate

The data template to display the total label’s content.

See Also