guiGraphScrollNext (Function) |
Top Previous Next |
This function appends the values set with guiGraphSetBar and guiGraphSetLinePoint with an x of -1 to the graph. If no value is set for the bar, it will not be shown. If no value is set for a point on one of the lines, it will be skipped, making the line continue directly to the next valid point, once it has been added.
Input: graph : SYSHANDLE The handle to the graph to append the items to.
Returns: INT
Declaration: FUNCTION guiGraphScrollNext : INT;
Example: INCLUDE rtcu.inc |