[]
        
(Showing Draft Content)

FarPoint.Win.Chart.StripeCollection.Remove

Remove Method

Remove(Stripe)

Removes the specified stripe from the collection.

Declaration
public bool Remove(Stripe item)
Public Function Remove(item As Stripe) As Boolean
Parameters
Type Name Description
Stripe item

Stripe to remove.

Returns
Type Description
bool

true if item was successfully removed from the collection; otherwise, false.

Implements