Insert
IChartSeriesCollection.Insert 方法
创建新的图表系列并将其插入集合中。
public IChartSeries Insert(int index, ChartType type)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 插入的索引 Int32 |
type | ChartType | 图表类型 ChartType |
返回值
新的图表系列 IChartSeries
创建新的图表系列并将其插入集合中。
public IChartSeries Insert(int index, ChartType type)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 插入的索引 Int32 |
type | ChartType | 图表类型 ChartType |
新的图表系列 IChartSeries