[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LabelAreaCollection.IndexOf

IndexOf Method

IndexOf(LabelArea)

Determines the index of the label area in the collection.

Declaration
public int IndexOf(LabelArea item)
Public Function IndexOf(item As LabelArea) As Integer
Parameters
Type Name Description
LabelArea item

Label area to locate in collection.

Returns
Type Description
int

Index of the label area if label area is found in the collection; otherwise, -1.

Implements