Skip to main content

SeriesCollection.Remove(Series) Method

Removes the specified series from a collection.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void Remove(
    Series series
)

Parameters

Name Type Description
series Series

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

See Also