[]
Determines the index of the series in the collection.
public int IndexOf(PointSeries item)
Public Function IndexOf(item As PointSeries) As Integer
| Type | Name | Description |
|---|---|---|
| PointSeries | item | Series to locate in collection. |
| Type | Description |
|---|---|
| int | Index of the series if series is found in the collection; otherwise, -1. |