A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSeriesCollection.AddRange(BootstrapChartCommonSeriesBase[]) Method
Appends an array of groups to the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public void AddRange(
params BootstrapChartCommonSeriesBase[] series
)
<Browsable(False)>
Public Sub AddRange(
ParamArray series As BootstrapChartCommonSeriesBase()
)
Parameters
Name | Type | Description |
---|---|---|
series | BootstrapChartCommonSeriesBase[] | An array of BootstrapChartCommonSeriesBase objects to append to the collection. |
Remarks
Objects are added to the end of the collection in the same order they have in the array.
See Also
Feedback