public void ClearPlot() { for (int i = 0; i < gInfo.nCurves; i++) { graph.ClearPlot((Global.GraphType)i); } }