[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StripeCollection.Insert

Insert Method

Insert(int, Stripe)

Inserts a stripe into the collection at the specified index.

Declaration
public void Insert(int index, Stripe item)
Public Sub Insert(index As Integer, item As Stripe)
Parameters
Type Name Description
int index

Index at which item should be inserted.

Stripe item

Stripe.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).