Skip to main content
A newer version of this page is available. .

BootstrapPieChartSeriesCollection.AddRange(BootstrapPieChartSeries[]) Method

Appends an array of groups to the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public void AddRange(
    params BootstrapPieChartSeries[] series
)

Parameters

Name Type Description
series BootstrapPieChartSeries[]

An array of BootstrapPieChartSeries 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