[]
Determines whether the collection contains a specific series.
public bool Contains(AreaSeries item)
Public Function Contains(item As AreaSeries) As Boolean
Type | Name | Description |
---|---|---|
AreaSeries | item | Series to locate in collection. |
Type | Description |
---|---|
bool | true if series is found in the collection; otherwise false. |