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

Graph::addValue() method

@fn bool Graph::addValue(int x, int y) Adds a point to the graph. Adds a point to the graph.

Syntax

bool addValue(int x,     int y);

Arguments

x

The x coordinate.

y

The y coordinate.

Return value

true if it succeeds, false if it fails.

Call Tree

Functions calling Graph::addValue()
Functions called by Graph::addValue()
all items filtered out
Graph::addValue()
all items filtered out
Data read by Graph::addValue()
Graph::addValue()