Skip to main content

BootstrapPolarChartAxisLabelSettings Class

Stores settings of the Polar Chart control’s axis labels.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapPolarChartAxisLabelSettings :
    BootstrapChartAxisLabelSettings

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.

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapChartAxisLabelSettings
BootstrapPolarChartAxisLabelSettings
See Also