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.v18.2.dll

Declaration

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

Property Value

Type Default Description
String String.Empty

A string that specifies the axis title.

See Also