====== 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 ===== [[scripting:doc:engine:types:int|int]] **%%%plotID%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%variable%%**\\ No description available. [[scripting:doc:engine:types:int|int]] **%%%update%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:guigraphctrl:adddatum|GuiGraphCtrl::addDatum]]\\ [[scripting:doc:u:guigraphctrl:getdatum|GuiGraphCtrl::getDatum]]\\ [[scripting:doc:u:guigraphctrl:matchscale|GuiGraphCtrl::matchScale]]\\ [[scripting:doc:u:guigraphctrl:removeautoplot|GuiGraphCtrl::removeAutoPlot]]\\ [[scripting:doc:u:guigraphctrl:setgraphtype|GuiGraphCtrl::setGraphType]]\\ ===== References ===== This function is not called by any other functions.