Back to Devexpress

SeriesCollection.Contains(Series) Method

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

latest1.5 KB
Original Source

SeriesCollection.Contains(Series) Method

Determines whether the collection contains the specified series.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Contains(
    Series series
)
vb
Function Contains(
    series As Series
) As Boolean

Parameters

NameTypeDescription
seriesSeries

A Series to locate in the collection.

|

Returns

TypeDescription
Boolean

true , if the collection contains the specified item; otherwise, false.

|

See Also

SeriesCollection Interface

SeriesCollection Members

DevExpress.Spreadsheet.Charts Namespace