[]
        
(Showing Draft Content)

FarPoint.Win.Chart.AreaSeriesCollection.InsertRange

InsertRange Method

InsertRange(int, AreaSeries[])

Inserts an array of series into the collection at the specified index.

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

Index of series.

AreaSeries[] items

Array of series.

Exceptions
Type Condition
ArgumentNullException

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