Table of Contents

GuiGraphCtrl::addAutoPlot

(int plotID, string variable, int update)Adds a data point with value variable, every update ms.

Syntax

void GuiGraphCtrl::addAutoPlot(int %plotID, string %variable, int %update);

Parameters

int %plotID
No description available.

string %variable
No description available.

int %update
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

GuiGraphCtrl::addDatum
GuiGraphCtrl::getDatum
GuiGraphCtrl::matchScale
GuiGraphCtrl::removeAutoPlot
GuiGraphCtrl::setGraphType

References

This function is not called by any other functions.