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