[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartObjectCollection-1.InternalInsert

InternalInsert Method

InternalInsert(int, T)

Inserts an item to the ChartObjectCollection<T> at the specified index.

Declaration
protected void InternalInsert(int index, T item)
Parameters
Type Name Description
int index

The zero-based index at which item should be inserted.

T item

The object to insert into the ChartObjectCollection<T>.