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

AxisTitleModel.Text Property

Gets or sets the text of the modeled axis title.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
String

The axis title text.

See Also