AddFloatingChart

ChartCollection.AddFloatingChart method

将图表添加到集合中。

public int AddFloatingChart(ChartType type, int left, int top, int width, int height)
范围类型描述
typeChartType图表类型
leftInt32到角的 x 偏移
topInt32到角的 y 偏移
widthInt32图表宽度
heightInt32图表高度

返回值

Chart对象索引。

也可以看看