Skip to main content

BootstrapChartAxisSettingsBase.Label Property

Provides access to the axis label settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartAxisLabelSettings Label { get; }

Property Value

Type Description
BootstrapChartAxisLabelSettings

A BootstrapChartAxisLabelSettings object containing the settings of axis labels.

Property Paths

You can access this nested property as listed below:

Object Type Path to Label
BootstrapChart

Remarks

Axis labels display the values of major axis ticks.

BootstrapChart_Labels

See Also