Skip to main content

PieTotalLabel.Content Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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