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

BootstrapPolarChartAxisSettingsBase Class

Serves as a base for classes storing the Polar Chart control’s axis settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapPolarChartAxisSettingsBase :
    BootstrapChartCommonAxisSettings

Remarks

Use this class’s properties to set the options for all chart axes at once. The option values will be applied to the argument axis and all values axes, which are defined in the BootstrapPolarChart.ValueAxis property. To set a common axis option for an axis individually, use the corresponding BootstrapPolarChartValueAxis or BootstrapPolarChartArgumentAxis class. Values that are set individually override their corresponding common values.

Inheritance

Object
StateManager
CollectionItem
DevExpress.Web.Bootstrap.Internal.JsonCollectionItem
See Also