FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroupsCollection Class / RemoveAt Method
The index of the data group to remove.

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

    Parameters

    index
    The index of the data group to remove.
    See Also