Removes the specified series from the collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v19.2.dll
public bool Remove(
BootstrapChartSeriesBase series
)
Public Function Remove(
series As BootstrapChartSeriesBase
) As Boolean
Name | Type | Description |
---|---|---|
series | BootstrapChartSeriesBase | A BootstrapChartSeriesBase object to remove. |
Type | Description |
---|---|
Boolean | true, if the item has been successfully removed; otherwise, false. |