Back to Devexpress

BootstrapPolarChartAxisLabelSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7e06af93.md

latest2.5 KB
Original Source

BootstrapPolarChartAxisLabelSettings Class

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

Declaration

csharp
public class BootstrapPolarChartAxisLabelSettings :
    BootstrapChartAxisLabelSettings
vb
Public Class BootstrapPolarChartAxisLabelSettings
    Inherits 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

BootstrapPolarChartAxisLabelSettings Members

Polar Chart

DevExpress.Web.Bootstrap Namespace