Insert

IChartSeriesCollection.Insert method

Creates new chart series and inserts it into the collection.

public IChartSeries Insert(int index, ChartType type)
ParameterTypeDescription
indexInt32Index for insertion Int32
typeChartTypeChart type ChartType

Return Value

New chart series IChartSeries

See Also