ISeries.SwapValues
ISeries
procedure SwapValues(a, b: Integer);
Type Library
TeeChartx
Description
The SwapValues method interchanges two Series points. The A and B parameter should be valid point indexes, from 0 to Series Count-1.
The Chart class is automatically redrawn to display the new Series points order.