====== GuiGraphCtrl::getDatum ====== (int plotID, int samples)Get a data point from the plot specified, samples from the start of the graph. ===== Syntax ===== float GuiGraphCtrl::getDatum(int %plotID, int %samples); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%plotID%%**\\ No description available. [[scripting:doc:engine:types:int|int]] **%%%samples%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:float|float]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:guigraphctrl:addautoplot|GuiGraphCtrl::addAutoPlot]]\\ [[scripting:doc:u:guigraphctrl:adddatum|GuiGraphCtrl::addDatum]]\\ [[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.