FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartValueLabelsCollection 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 (ChartValueLabelsCollection)
    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 ChartValueLabel _
    ) 
    protected void InternalInsert( 
       int index,
       ChartValueLabel item
    )

    Parameters

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