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

AbstractGraph::setRange() method

@fn void AbstractGraph::setRange(int newLleft, int newRight, int newTop, int newBottom) Sets the range of the graph. Sets the range of the graph.

Syntax

void setRange(int newLleft,     int newRight,     int newTop,     int newBottom);
Implemented in AbstractGraph.cpp:88

Arguments

newLleft

newRight

The value at the right of the graph area.

newTop

The value at the top of the graph area.

newBottom

The value at the bottom of the graph area.