BootstrapPolarChartAxisSettingsBase Class
Serves as a base for classes storing the Polar Chart control’s axis settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
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