aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3c5d69b4.md
Serves as a base for classes storing the Polar Chart control’s axis settings.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapPolarChartAxisSettingsBase :
BootstrapChartCommonAxisSettings
Public Class BootstrapPolarChartAxisSettingsBase
Inherits BootstrapChartCommonAxisSettings
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.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonAxisSettings BootstrapPolarChartAxisSettingsBase BootstrapPolarChartArgumentAxis
See Also