[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.ChartAreasCollection.IndexOf

IndexOf Method

IndexOf(ChartArea)

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

Declaration
public int IndexOf(ChartArea value)
Parameters
Type Name Description
ChartArea 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.