Back to Devexpress

PieTotalLabel.Content Property

wpf-devexpress-dot-xpf-dot-charts-dot-pietotallabel-64457b15.md

latest1.1 KB
Original Source

PieTotalLabel.Content Property

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

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public object Content { get; set; }
vb
Public Property Content As Object

Property Value

TypeDescription
Object

The total label’s content.

|

Remarks

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

See Also

PieTotalLabel Class

PieTotalLabel Members

DevExpress.Xpf.Charts Namespace