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

BootstrapPieChartSeriesCollection.Add() Method

Adds a new series with default settings to the collection.

Namespace: DevExpress.Web.Bootstrap

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

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