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

BootstrapPolarChartAxisSettingsBase.Label Property

An object defining the label configuration options that are common for all axes in the Polar Chart widget.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapPolarChartAxisLabelSettings

An object of the BootstrapPolarChartAxisLabelSettings class.

Remarks

Axis labels represent textual values for axis ticks, which are not visible by default. Use the label object’s properties to set common label options for all axes simultaneously.

To set a common option for labels of a particular axis, use the Label property of the BootstrapPolarChartArgumentAxis or BootstrapPolarChartValueAxis class. The values that are set individually override the corresponding common values.

See Also