FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroupsCollection Class / InternalAdd Method
The object to add to the ChartObjectCollection<T>.

In This Topic
    InternalAdd Method (ChartDataGroupsCollection)
    In This Topic
    Adds an item to the ChartObjectCollection<T>.
    Syntax
    'Declaration
     
    Protected Sub InternalAdd( _
       ByVal item As ChartDataGroup _
    ) 
    protected void InternalAdd( 
       ChartDataGroup item
    )

    Parameters

    item
    The object to add to the ChartObjectCollection<T>.
    See Also