SeriesCollection.SwapSeries

SeriesCollection.SwapSeries method

Directly changes the orders of the two series.

public void SwapSeries(int sourceIndex, int destIndex)
ParameterTypeDescription
sourceIndexInt32The current index
destIndexInt32The dest index

See Also