A newer version of this page is available.
Switch to the current version.
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
)
Public Sub Add(
series As BootstrapPieChartSeries
)
Parameters
Name | Type | Description |
---|---|---|
series | BootstrapPieChartSeries | A BootstrapPieChartSeries object to append to the collection. |
See Also
Feedback