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

BootstrapPieChartSeriesCollection.Add(BootstrapPieChartSeries) Method

Appends the specified BootstrapPieChartSeries object to the current collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

public void Add(
    BootstrapPieChartSeries series
)

Parameters

Name Type Description
series BootstrapPieChartSeries

A BootstrapPieChartSeries object to append to the collection.

See Also