BootstrapChartCommonSeries Class
Specifies settings common for all series in the Chart.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapChartCommonSeries objects:
Remarks
There are three ways to configure a series.
The BootstrapChartCommonSeries class
Specifies settings for all series in a chart.
The BootstrapPolarChart%SeriesType% (BootstrapPolarChartAreaSeries, BootstrapPolarChartLineSeries, etc.) class
Specifies settings for all series of the SeriesType.
An object in the BootstrapPolarChartSeriesCollection array
Specifies settings for an individual series.
Note
You can use these objects together, but note that individual settings override type-specific settings, which in turn, override common settings.