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

BootstrapPolarChartCommonSeries Class

Stores settings that are common for all Polar Chart series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapPolarChartCommonSeries :
    BootstrapPolarChartSeries

The following members return BootstrapPolarChartCommonSeries objects:

Remarks

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.

See Also