GraphicsWindowPause
Syntax
void graphicsWindowPause(char[] windowName, byte active);
Function
Pauses and resumes aCANoeGraphics Window.
Parameters
windowName The name of the Graphics Window.
active
- active = 0: Pause off
- active = 1: Pause on
Return Values
—
//Pause the Graphics WindowgraphicsWindowPause("Graphics", 1);//Fit the y axis so that all values are visiblegraphicsWindowFit("Graphics", 2);