[]
Inserts a series into the collection at the specified index.
public void Insert(int index, PointSeries item)
Public Sub Insert(index As Integer, item As PointSeries)
| Type | Name | Description |
|---|---|---|
| int | index | Index of series. |
| PointSeries | item | Series. |
| Type | Condition |
|---|---|
| ArgumentNullException | item is a null reference (Nothing in VB). |