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