add_floating_chart方法

add_floating_chart(type, left, top, width, height)

向集合中添加图表。

返回

Chart 对象索引。

def add_floating_chart(self, type, left, top, width, height):
    ...
范围类型描述
typeChartType图表类型
leftint角的 x 偏移量
topint到角的 y 偏移量
widthint图表宽度
heightint图表高度

也可以看看