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