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