[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PlotAreaCollection.InsertRange

InsertRange Method

InsertRange(int, PlotArea[])

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

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

Index at which items should be inserted.

PlotArea[] items

Array of plot areas.

Remarks

The function fires a list changed event with the old index the index at which to start adding, and the new index is the index of the last added element.

Exceptions
Type Condition
ArgumentNullException

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