[]
Replaces the element at the specified index.
protected override void SetItem(int index, DataSeries item)
Protected Overrides Sub SetItem(index As Integer, item As DataSeries)
| Type | Name | Description |
|---|---|---|
| int | index | The index of element to replace. |
| DataSeries | item | The new element at the specified index. |