Skip to main content

BootstrapPieChartSeriesCollection.Add() Method

Adds a new series with default settings to the collection.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapPieChartSeries Add()

Returns

Type Description
BootstrapPieChartSeries

A BootstrapPieChartSeries object representing the newly created series.

Remarks

Use the Add method to add a new series with default settings to the end of the BootstrapPieChartSeriesCollection object.

See Also