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

SeriesLabelBaseModel.TextPattern Property

Gets or sets the value of the SeriesLabelBase.TextPattern within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions("Text Options", 0)]
[UseEditor(typeof(PatternControl), typeof(PatternControlAdapter))]
[DependentUpon("LabelsVisibility")]
[LocalizableCategory(DesignerCategories.Behavior)]
public string TextPattern { get; set; }

Property Value

Type Description
String

The text pattern specifying texts of series point labels.

See Also