[]
Inserts a new value at the specified index of the ChartCoordArray.
public void Insert(int index, object value)
Type | Name | Description |
---|---|---|
int | index | Index of new value. |
object | value | New data value. |
The value is inserted at the position specified and the length of the ChartCoordArray is increased by 1.