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

In This Topic
    RemoveAt Method (ChartCoordArray)
    In This Topic
    Removes the element at the specified index from the ChartCoordArray.
    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 ChartCoordArray is removed, and the length of the ChartCoordArray is decreased by 1.
    See Also