[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartDataSeriesCollection.OnInsert

OnInsert Method

OnInsert(int, object)

Called whenever a series is added to the collection.

Declaration
protected override void OnInsert(int index, object value)
Parameters
Type Name Description
int index
object value
Overrides
Remarks

The value passed to this method is the inserted ChartDataSeries object. The value can be modified.