SeriesCollection.Remove(Series) Method
Removes the specified series from a collection.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
series | Series | A string that is the name of the series to remove. |
See Also