Skip to main content

StackedBarTotalLabel.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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public string TextPattern { get; set; }

Property Value

Type Description
String

The total labels’ text pattern.

See Also