Insert

IChartSeriesCollection.Insert 方法

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

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

返回值

新的图表系列 IChartSeries

另见