BootstrapChartCommonSeries Class
Specifies settings common for all series in the Chart.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public class BootstrapChartCommonSeries :
BootstrapChartSeries
Public Class BootstrapChartCommonSeries
Inherits BootstrapChartSeries
Related API Members
The following members accept/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.