[]
Inserts an item to the ChartObjectCollection<T> at the specified index.
protected void InternalInsert(int index, T item)
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>. |