| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As DataPoint _ )  | |
Parameters
- index
 - A zero-based Integer indicating the position at which to insert the DataPoint object.
 - value
 - The DataPoint object to insert.