add_floating_chart method

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

Adds a chart to the collection.

Returns

Chart object index.


def add_floating_chart(self, type, left, top, width, height):
    ...
ParameterTypeDescription
typeChartTypeChart type
leftintThe x offset to corner
topintThe y offset to corner
widthintThe chart width
heightintThe chart height

See Also