A newer version of this page is available.
Switch to the current version.
BootstrapPieChartSeriesCollection.Remove(BootstrapChartCommonSeriesBase) Method
Removes the specified series from the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[Browsable(false)]
public bool Remove(
BootstrapChartCommonSeriesBase series
)
<Browsable(False)>
Public Function Remove(
series As BootstrapChartCommonSeriesBase
) As Boolean
Parameters
Name | Type | Description |
---|---|---|
series | BootstrapChartCommonSeriesBase | A BootstrapChartCommonSeriesBase object to remove. |
Returns
Type | Description |
---|---|
Boolean | true, if the item has been successfully removed; otherwise, false. |
See Also
Feedback