Skip to main content

TotalLabelModel.TextPattern Property

Gets or sets the TotalLabel.TextPattern property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[UseEditor(typeof(PatternControl), typeof(PatternControlAdapter))]
[LocalizableCategory(DesignerCategories.Behavior)]
public string TextPattern { get; set; }

Property Value

Type Description
String

The text pattern that specifies how to format the total labels’ text.

See Also