[]
        
(Showing Draft Content)

FarPoint.Web.Chart.LabelAreaCollection.InsertRange

InsertRange Method

InsertRange(int, LabelArea[])

Inserts an array of label areas into the collection at the specified index.

Declaration
public void InsertRange(int index, LabelArea[] items)
Public Sub InsertRange(index As Integer, items As LabelArea())
Parameters
Type Name Description
int index

Index at which items should be inserted.

LabelArea[] items

Array of label areas.

Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB) or some item[i] is a null reference (Nothing in VB).