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