change_series_order method

change_series_order

Directly changes the orders of the two series.

def change_series_order(self, source_index, dest_index):
    ...
ParameterTypeDescription
source_indexintThe current index
dest_indexintThe 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