aspnetbootstrap-devexpress-dot-web-dot-bootstrap-8baa9c06.md
Stores settings that are common for all Polar Chart series.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapPolarChartCommonSeries :
BootstrapPolarChartSeries
Public Class BootstrapPolarChartCommonSeries
Inherits BootstrapPolarChartSeries
The following members return BootstrapPolarChartCommonSeries objects:
Use this class’s properties to set options for all Polar Chart series at once. These can be options common to all series types and options specific to series types.
If you have several series of one type, you can set options to the values specific to this series type using the corresponding class (BootstrapPolarChartAreaSeries, BootstrapPolarChartLineSeries or another). The values that are set within type-specific configuration classes override the corresponding common values.
If you have to set an option for an individual series, use the corresponding series object within the BootstrapPolarChartSeriesCollection array. The values that are set individually override the corresponding common values.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapPolarChartSeriesBase BootstrapPolarChartSeries BootstrapPolarChartCommonSeries
See Also