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

PieTotalLabel.Content Property

Gets or sets the total label’s content. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public object Content { get; set; }

Property Value

Type Description
Object

The total label’s content.

Remarks

Note that this property and PieSeries.SeriesTitleTextPattern property are dependent.

See Also