[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LightCollection.Insert

Insert Method

Insert(int, Light)

Inserts a light into the collection at the specified index.

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

Index at which item should be inserted.

Light item

Light.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).