Skip to main content

AxisTitleModel.Text Property

Gets or sets the text of the modeled axis title.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions(100, "General")]
[DependentUpon("Visibility")]
public string Text { get; set; }

Property Value

Type Description
String

The axis title text.

See Also