PieTotalLabel.ActualContent Property
Returns the Pie total label’s actual content. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
Object | The total label’s actual content. |
Remarks
This property value depends on the PieTotalLabel.TextPattern and the PieTotalLabel.Content properties. The Content property has a higher priority than the TextPattern property. If Content is specified, then ActualContent uses its value; otherwise ActualContent value is set to a string formed by the TextPattern.
See Also