====== GuiGraphCtrl::addDatum ====== (int plotID, float v)Add a data point to the given plot. ===== Syntax ===== void GuiGraphCtrl::addDatum(int %plotID, float %v); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%plotID%%**\\ No description available. [[scripting:doc:engine:types:float|float]] **%%%v%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:guigraphctrl:addautoplot|GuiGraphCtrl::addAutoPlot]]\\ [[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.