change_series_order method
change_series_order
Directly changes the orders of the two series.
def change_series_order(self, source_index, dest_index):
...
Parameter | Type | Description |
---|---|---|
source_index | int | The current index |
dest_index | int | The dest index |
Remarks
NOTE: This method is now obsolete. Instead, please use SeriesCollection.SwapSeries method. This method will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.
See Also
- module
aspose.cells.charts
- class
SeriesCollection