A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSeriesCollection.Add(BootstrapChartCommonSeriesBase) Method
Appends the specified BootstrapChartCommonSeriesBase object to the current collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public void Add(
BootstrapChartCommonSeriesBase series
)
<Browsable(False)>
Public Sub Add(
series As BootstrapChartCommonSeriesBase
)
Parameters
Name | Type | Description |
---|---|---|
series | BootstrapChartCommonSeriesBase | A BootstrapChartCommonSeriesBase object to append to the collection. |
See Also
Feedback