[]
Called whenever a series is added to the collection.
protected override void OnInsert(int index, object value)
Protected Overrides Sub OnInsert(index As Integer, value As Object)
| Type | Name | Description |
|---|---|---|
| int | index | |
| object | value |
The value passed to this method is the inserted ChartDataSeries object. The value can be modified.