[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartCoordArray.Insert

Insert Method

Insert(int, object)

Inserts a new value at the specified index of the ChartCoordArray.

Declaration
public void Insert(int index, object value)
Public Sub Insert(index As Integer, value As Object)
Parameters
Type Name Description
int index

Index of new value.

object value

New data value.

Implements
Remarks

The value is inserted at the position specified and the length of the ChartCoordArray is increased by 1.