Skip to main content

AxisLabelModel.TextPattern Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions(1, "General")]
[UseEditor(typeof(PatternControl), typeof(PatternControlAdapter))]
[DependentUpon("Visible")]
public string TextPattern { get; set; }

Property Value

Type Description
String

The label text pattern.

See Also