FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DPointsCollection Class / RemoveAt Method
The index ofo the data point to remove.

In This Topic
    RemoveAt Method (Chart3DPointsCollection)
    In This Topic
    Removes the data point at the specific index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index ofo the data point to remove.
    See Also