BootstrapChartSeriesCollection.Add(BootstrapChartSeriesBase) Method
Appends the specified BootstrapChartSeriesBase object to the current collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
public void Add(
BootstrapChartSeriesBase series
)
Public Sub Add(
series As BootstrapChartSeriesBase
)
Parameters
Name | Type | Description |
---|---|---|
series | BootstrapChartSeriesBase | A BootstrapChartSeriesBase object to append to the collection. |
See Also
Feedback