move method
move(self, top_row, left_column, bottom_row, right_column)
Moves the chart to a specified location.
def move(self, top_row, left_column, bottom_row, right_column):
...
| Parameter | Type | Description |
|---|---|---|
| top_row | int | Upper left row index. |
| left_column | int | Upper left column index. |
| bottom_row | int | Lower right row index |
| right_column | int | Lower right column index |
See Also
- module
aspose.cells.charts - class
Chart