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

See Also