[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollection.InsertRange

InsertRange Method

InsertRange(int, double[])

Inserts an array of double values into the collection at the specified index.

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

Index at which items should be inserted.

double[] items

Array of double values.

Exceptions
Type Condition
ArgumentNullException

items is a null reference (Nothing in VB).