BootstrapChartSeriesCollectionBase Class
Serves as a base for the classes the store the chart control series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public class BootstrapChartSeriesCollectionBase :
Collection,
IList<BootstrapChartCommonSeriesBase>,
ICollection<BootstrapChartCommonSeriesBase>,
IEnumerable<BootstrapChartCommonSeriesBase>,
IEnumerable
Related API Members
The following members return BootstrapChartSeriesCollectionBase objects:
Inheritance
See Also