Skip to main content

BootstrapChartAxisSettingsBase.TitleSettings Property

Specifies settings of the axis title.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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