Skip to main content
A newer version of this page is available. .

BootstrapChartSeriesCollectionBase Class

Serves as a base for the classes the store the chart control series.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

public class BootstrapChartSeriesCollectionBase :
    Collection,
    IList<BootstrapChartCommonSeriesBase>,
    ICollection<BootstrapChartCommonSeriesBase>,
    IEnumerable<BootstrapChartCommonSeriesBase>,
    IEnumerable

The following members return BootstrapChartSeriesCollectionBase objects:

See Also