[]
Inserts an element into the collection at the specified index.
public void Insert(int index, DataPoint value)
The zero-based index at which
value
The DataPoint to insert.