[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LegendAreaCollection.IndexOf

IndexOf Method

IndexOf(LegendArea)

Determines the index of the legend area in the collection.

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

Legend area to locate in collection.

Returns
Type Description
int

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

Implements