BootstrapChartAxisSettingsBase.Label Property
Provides access to the axis label settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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.
See Also