aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c39247d6.md
Specifies settings common for all series in the Chart.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartCommonSeries :
BootstrapChartSeries
Public Class BootstrapChartCommonSeries
Inherits BootstrapChartSeries
The following members return BootstrapChartCommonSeries objects:
There are three ways to configure a series.
The BootstrapChartCommonSeries class
The BootstrapPolarChart%SeriesType% (BootstrapPolarChartAreaSeries, BootstrapPolarChartLineSeries, etc.) class
An object in the BootstrapPolarChartSeriesCollection array
Note
You can use these objects together, but note that individual settings override type-specific settings, which in turn, override common settings.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonSeriesBase BootstrapCoordinateSystemChartSeries BootstrapChartSeriesBase BootstrapChartSeries BootstrapChartCommonSeries
See Also