[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollectionCollection.Insert

Insert Method

Insert(int, DoubleCollection)

Inserts an item into the collection at the specified index.

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

Index at which item should be inserted.

DoubleCollection item

Item.

Implements