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

PieTotalLabel.TextPattern Property

Gets or sets a string that is the pattern specifying the text that a total label displays.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public string TextPattern { get; set; }

Property Value

Type Description
String

The total labels’ text pattern.

See Also