FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroupsCollection Class / InternalInsert Method
The zero-based index at which item should be inserted.
The object to insert into the ChartObjectCollection<T>.

In This Topic
    InternalInsert Method (ChartDataGroupsCollection)
    In This Topic
    Inserts an item to the ChartObjectCollection<T> at the specified index.
    Syntax
    'Declaration
     
    Protected Sub InternalInsert( _
       ByVal index As Integer, _
       ByVal item As ChartDataGroup _
    ) 
    protected void InternalInsert( 
       int index,
       ChartDataGroup item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the ChartObjectCollection<T>.
    See Also