Back to Devexpress

BootstrapPolarChartAxisSettingsBase Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3c5d69b4.md

latest2.5 KB
Original Source

BootstrapPolarChartAxisSettingsBase Class

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

Declaration

csharp
public class BootstrapPolarChartAxisSettingsBase :
    BootstrapChartCommonAxisSettings
vb
Public Class BootstrapPolarChartAxisSettingsBase
    Inherits 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 BootstrapChartCommonAxisSettings BootstrapPolarChartAxisSettingsBase BootstrapPolarChartArgumentAxis

BootstrapPolarChartValueAxis

See Also

BootstrapPolarChartAxisSettingsBase Members

Polar Chart

Axes

DevExpress.Web.Bootstrap Namespace