SeriesLabelBaseModel.TextPattern Property
Gets or sets the value of the SeriesLabelBase.TextPattern within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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