FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DPointSeriesCollection Class / RemoveAt Method
The index ofo the point series to remove.

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

    Parameters

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