Appends an array of groups to the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
public void AddRange(
params BootstrapChartSeriesBase[] series
)
Public Sub AddRange(
ParamArray series As BootstrapChartSeriesBase()
)
Name | Type | Description |
---|---|---|
series | BootstrapChartSeriesBase[] | An array of BootstrapChartSeriesBase objects to append to the collection. |
Objects are added to the end of the collection in the same order they have in the array.