Skip to main content

BootstrapPieChartSeriesCollection.Add(BootstrapPieChartSeries) Method

Appends the specified BootstrapPieChartSeries object to the current collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public void Add(
    BootstrapPieChartSeries series
)

Parameters

Name Type Description
series BootstrapPieChartSeries

A BootstrapPieChartSeries object to append to the collection.

See Also