Back to Devexpress

BootstrapChartSeriesCollectionBase Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-096e39fb.md

latest2.3 KB
Original Source

BootstrapChartSeriesCollectionBase Class

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

Declaration

csharp
public class BootstrapChartSeriesCollectionBase :
    Collection,
    IList<BootstrapChartCommonSeriesBase>,
    ICollection<BootstrapChartCommonSeriesBase>,
    IEnumerable<BootstrapChartCommonSeriesBase>,
    IEnumerable
vb
Public Class BootstrapChartSeriesCollectionBase
    Inherits Collection
    Implements IList(Of BootstrapChartCommonSeriesBase),
               ICollection(Of BootstrapChartCommonSeriesBase),
               IEnumerable(Of BootstrapChartCommonSeriesBase),
               IEnumerable

The following members return BootstrapChartSeriesCollectionBase objects:

Inheritance

Object StateManagedCollectionBase Collection BootstrapChartSeriesCollectionBase BootstrapCoordinateSystemChartSeriesCollection

BootstrapPieChartSeriesCollection

BootstrapChartSeriesCollection

BootstrapPolarChartSeriesCollection

See Also

BootstrapChartSeriesCollectionBase Members

DevExpress.Web.Bootstrap Namespace