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