2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataArray Class / RemoveAt Method
Index of data value to remove

In This Topic
    RemoveAt Method (ChartDataArray)
    In This Topic
    Removes the element at the specified index from the ChartDataArray.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As System.Integer _
    ) 
    public void RemoveAt( 
       System.int index
    )

    Parameters

    index
    Index of data value to remove
    Remarks
    The element of the ChartDataArray is removed, and the length of the ChartDataArray is decreased by 1.
    See Also