Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SeriesCollection.Remove(Series) Method

Removes the specified series from a collection.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

void Remove(
    Series series
)

Parameters

Name Type Description
series Series

A string that is the name of the series to remove.

See Also