swap_series method
swap_series(self, source_index, dest_index)
Directly changes the orders of the two series.
def swap_series(self, source_index, dest_index):
...
| Parameter | Type | Description |
|---|---|---|
| source_index | int | The current index |
| dest_index | int | The dest index |
See Also
- module
aspose.cells.charts - class
SeriesCollection