Back to Devexpress

SeriesCollection.Remove(Series) Method

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-seriescollection-dot-remove-x28-devexpress-dot-spreadsheet-dot-charts-dot-series-x29.md

latest1.2 KB
Original Source

SeriesCollection.Remove(Series) Method

Removes the specified series from a collection.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Remove(
    Series series
)
vb
Sub Remove(
    series As Series
)

Parameters

NameTypeDescription
seriesSeries

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

|

See Also

SeriesCollection Interface

SeriesCollection Members

DevExpress.Spreadsheet.Charts Namespace