TChartSeries.SwapValueIndex

TChartSeries.SwapValueIndex
TChartSeries

procedure SwapValueIndex(a, b: Integer); dynamic;

Unit
TeEngine

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.