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

BootstrapChartAxisSettings.TitleText Property

Specifies the text of the axis title.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

[Browsable(false)]
[DefaultValue("")]
public string TitleText { get; set; }

Property Value

Type Default Description
String String.Empty

A string that specifies the axis title.

Remarks

Starting from v.19.1, we recommend that you use new Text property with extended functionality instead.

See Also