[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LineCollection.InsertRange

InsertRange Method

InsertRange(int, Line[])

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

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

Index at which items should be inserted.

Line[] items

Array of lines.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB).