BootstrapPolarChartAxisLabelSettings Class
Stores settings of the Polar Chart control’s axis labels.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapPolarChartAxisLabelSettings objects:
Remarks
Axis labels represent textual values for axis ticks, which are not visible by default. Assign an instance of the BootstrapPolarChartAxisLabelSettings class to the BootstrapPolarChartAxisSettingsBase.Label property to set common label options for all axes simultaneously.
To set options 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.