BootstrapChartSeriesCollectionBase.Add(BootstrapChartCommonSeriesBase) Method
Appends the specified BootstrapChartCommonSeriesBase object to the current collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| series | BootstrapChartCommonSeriesBase | A BootstrapChartCommonSeriesBase object to append to the collection. |
See Also