[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotAreaCollection.IndexOf

IndexOf Method

IndexOf(PlotArea)

Determines the index of the plot area in the collection.

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

Plot area to locate in collection.

Returns
Type Description
int

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

Implements