aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7e06af93.md
Stores settings of the Polar Chart control’s axis labels.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapPolarChartAxisLabelSettings :
BootstrapChartAxisLabelSettings
Public Class BootstrapPolarChartAxisLabelSettings
Inherits BootstrapChartAxisLabelSettings
The following members return BootstrapPolarChartAxisLabelSettings objects:
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.
Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapChartAxisLabelSettings BootstrapPolarChartAxisLabelSettings
See Also