Skip to main content

BootstrapPolarChartSeriesCollection.Remove(BootstrapPolarChartSeriesBase) Method

Removes the specified series from the collection.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public bool Remove(
    BootstrapPolarChartSeriesBase series
)

Parameters

Name Type Description
series BootstrapPolarChartSeriesBase

A BootstrapPolarChartSeriesBase object to remove.

Returns

Type Description
Boolean

true, if the item has been successfully removed; otherwise, false.

See Also