BootstrapPolarChartSeriesCollection.Add(BootstrapPolarChartSeriesBase) Method
Appends the specified BootstrapPolarChartSeriesBase 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 | BootstrapPolarChartSeriesBase | A BootstrapPolarChartSeriesBase object to append to the collection. |
See Also