Skip to main content
A newer version of this page is available. .

BootstrapPieChartSeriesCollection.Remove(BootstrapPieChartSeries) Method

Removes the specified series from the collection.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public bool Remove(
    BootstrapPieChartSeries series
)

Parameters

Name Type Description
series BootstrapPieChartSeries

A BootstrapCoordinateSystemChartSeries object to remove.

Returns

Type Description
Boolean

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

See Also