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

PieTotalLabel.ContentTemplate Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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