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