add_floating_chart method
add_floating_chart
Adds a chart to the collection.
Returns
Chart
object index.
def add_floating_chart(self, type, left, top, width, height):
...
Parameter | Type | Description |
---|---|---|
type | ChartType | Chart type |
left | int | The x offset to corner |
top | int | The y offset to corner |
width | int | The chart width |
height | int | The chart height |
See Also
- module
aspose.cells.charts
- class
Chart
- class
ChartCollection