Insert Method (ChartCoordArray)
In This Topic
Inserts a new value at the specified index of the ChartCoordArray.
Syntax
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As System.Object _
)
public void Insert(
System.int ,
System.object
)
Parameters
- index
- Index of new value.
- value
- New data value.
See Also