Graph::setRange() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

Graph::setRange() method

@fn void Graph::setRange(int left, int right, int top, int bottom); Sets the range for the graph. Sets the range for the graph.

Syntax

void setRange(int left,     int right,     int top,     int bottom);
Implemented in Graph.cpp:69

Arguments

left

The left.
The right.

top

The top.

bottom

The bottom.

References

LocationText
Graph.cpp:69
void Graph::setRange(int left, int right, int top, int bottom)
Graph.hpp:132
void setRange(int left, int right, int top, int bottom) ;

Call Tree

Functions called by Graph::setRange()
Graph::setRange()
all items filtered out