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

BootstrapChartAxisSettingsBase.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 AxisTitleSettingsBase TitleSettings { get; }

Property Value

Type Default Description
AxisTitleSettingsBase *null*

A AxisTitleSettingsBase object that specifies title settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to TitleSettings
BootstrapChart
.SettingsCommonAxis.TitleSettings
See Also