[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.Insert

Insert Method

Insert(int, LabelArea)

Inserts a label area into the collection at the specified index.

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

Index at which item should be inserted.

LabelArea item

Label area.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).