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

BootstrapChartAxisSettings.TitleSettings Property

Specifies settings of the axis title.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public AxisTitleSettings TitleSettings { get; }

Property Value

Type Default Description
AxisTitleSettings *null*

A AxisTitleSettings object that specifies title settings.

Remarks

The axis title is a short text displayed alongside the axis. Usually, the axis title shows units of measurement for arguments displayed by the axis. However, you can put any text in the axis title. For this purpose, use the Text property.

BootstrapChart_AxisTitles

See Also