\r
 int GraphBuffer[MAX_GRAPH_TRACE_LEN];\r
 int GraphTraceLen;\r
+int PlotGridX, PlotGridY;\r
 \r
 HPEN GreyPenLite, GreyPen, GreenPen, WhitePen, YellowPen;\r
 HBRUSH GreenBrush, YellowBrush;\r
 static int GraphStart = 0;\r
 static double GraphPixelsPerPoint = 1;\r
 \r
-static int PlotGridX = 0, PlotGridY = 0;\r
 static int CursorAPos;\r
 static int CursorBPos;\r
 double CursorScaleFactor = 1.0;\r