TPieSeries.SwapValueIndex
TPieSeries
procedure SwapValueIndex(A, B: Integer); override;
Unit
Series
Description
The SwapValueIndex method interchanges two Series points. The A and B parameter should be valid point indexes, from 0 to Series Count-1.
The Chart component is automatically redrawn to display the new Series points order.