[]
Inserts an element into the Collection at the specified index.
protected override void InsertItem(int index, DataSeries item)
Type | Name | Description |
---|---|---|
int | index | The index at which element should be inserted. |
DataSeries | item | The element to insert. |