[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.LegendsCollection.IndexOf

IndexOf Method

IndexOf(Legend)

Returns the index of the first occurrence of a value in the collection.

Declaration
public int IndexOf(Legend value)
Parameters
Type Name Description
Legend value

The object to locate in array.

Returns
Type Description
int

The index of the first occurrence of value within the entire array, if found; otherwise, the lower bound of the array - 1.