aspnetbootstrap-devexpress-dot-web-dot-bootstrap-096e39fb.md
Serves as a base for the classes the store the chart control series.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartSeriesCollectionBase :
Collection,
IList<BootstrapChartCommonSeriesBase>,
ICollection<BootstrapChartCommonSeriesBase>,
IEnumerable<BootstrapChartCommonSeriesBase>,
IEnumerable
Public Class BootstrapChartSeriesCollectionBase
Inherits Collection
Implements IList(Of BootstrapChartCommonSeriesBase),
ICollection(Of BootstrapChartCommonSeriesBase),
IEnumerable(Of BootstrapChartCommonSeriesBase),
IEnumerable
The following members return BootstrapChartSeriesCollectionBase objects:
Object StateManagedCollectionBase Collection BootstrapChartSeriesCollectionBase BootstrapCoordinateSystemChartSeriesCollection
BootstrapPieChartSeriesCollection
BootstrapChartSeriesCollection
BootstrapPolarChartSeriesCollection
See Also