Insert

IChartSeriesCollection.Insert method

创建新的图表系列并将其插入到集合中。

public IChartSeries Insert(int index, ChartType type)
范围类型描述
indexInt32插入索引Int32
typeChartType图表类型ChartType

返回值

新图表系列IChartSeries

也可以看看