[]
Inserts an array of series into the collection at the specified index.
public void InsertRange(int index, LineSeries[] items)
Public Sub InsertRange(index As Integer, items As LineSeries())
Type | Name | Description |
---|---|---|
int | index | Index of series. |
LineSeries[] | items | Array of series. |
Type | Condition |
---|---|
ArgumentNullException | items is a null reference (Nothing in VB) or some items[i] is a null reference (Nothing in VB). |