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

Graph::deleteValue() method

@fn bool Graph::deleteValue(int x) Deletes the value for the given x.

Syntax

bool deleteValue(int x);

Arguments

x

The x coordinate.

Return value

true if it succeeds, false if it fails.

References

LocationText
Graph.hpp:103
bool deleteValue(int x)

Call Tree

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