[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.Insert

Insert Method

Insert(int, float)

Inserts a Single value into the collection at the specified index.

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

Index at which item should be inserted.

float item

Single value.

Implements
Exceptions
Type Condition
ArgumentOutOfRangeException

item is less than zero or is greater than 4.