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

TotalLabelModel.TextPattern Property

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

Namespace: DevExpress.XtraCharts.Designer

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

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