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