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