2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataArray Class / Insert Method
Index of new value.
New data value.

In This Topic
    Insert Method (ChartDataArray)
    In This Topic
    Inserts a new value at the specified index of the ChartDataArray.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    public void Insert( 
       System.int index,
       System.object value
    )

    Parameters

    index
    Index of new value.
    value
    New data value.
    Remarks
    The value is inserted at the position specified and the length of the ChartDataArray is increased by 1.
    See Also