A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSeriesCollection.Insert(Int32, BootstrapChartCommonSeriesBase) Method
Adds the series to the specified position within the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public void Insert(
int index,
BootstrapChartCommonSeriesBase series
)
<Browsable(False)>
Public Sub Insert(
index As Integer,
series As BootstrapChartCommonSeriesBase
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies the zero-based index at which the specified series should be inserted. If it's negative or exceeds the number of elements, an exception is raised. |
series | BootstrapChartCommonSeriesBase | A BootstrapChartCommonSeriesBase object to insert. |
See Also
Feedback