Adds graph to given grid. user can add points, set bytespersecond and scroll to end.
More...
Adds graph to given grid. user can add points, set bytespersecond and scroll to end.
GraphClass.Graph.Graph |
( |
Grid |
grid | ) |
|
Makes graphcanvas to given grid with black background and initializes green line that connetcts points that are added by addpoint method.
- Parameters
-
grid | Grid where you want this graph |
void GraphClass.Graph.AddPoint |
( |
int |
y | ) |
|
Adds point to graph.
- Parameters
-
void GraphClass.Graph.ScrollToEnd |
( |
| ) |
|
Scrolls to end of the graph.
void GraphClass.Graph.setBytesPerSecond |
( |
int |
bps | ) |
|
Sets BytesPerSecond.
- Parameters
-
The documentation for this class was generated from the following file: