[]
        
(Showing Draft Content)

FarPoint.Win.Chart.StripeCollection.IndexOf

IndexOf Method

IndexOf(Stripe)

Determines the index of the stripe in the collection.

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

Stripe to locate in collection.

Returns
Type Description
int

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

Implements