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