Added an OC function to reorder the plots in Graphlayer.
int GraphLayer::ReorderPlots(const vector<uint>& vnIndices, int c1 = 0, BOOL bUndo = FALSE);
vnIndices: Specify the new order of the plots.
c1: The indice of the starting plot.
bUndo: Specify if support undo.