add_floating_chart方法
add_floating_chart(self, type, left, top, width, height)
将图表添加到集合中。
返回
Chart
对象索引。
def add_floating_chart(self, type, left, top, width, height):
...
范围 | 类型 | 描述 |
---|
type | ChartType | 图表类型 |
left | int | x 轴相对于角点的偏移 |
top | int | 轴偏移到角点 |
width | int | 图表宽度 |
height | int | 图表高度 |
也可以看看