====== GuiGraphCtrl::setGraphType ====== (int plotID, string graphType)Change GraphType of plot plotID. ===== Syntax ===== void GuiGraphCtrl::setGraphType(int %plotID, string %graphType); ===== Parameters ===== [[scripting:doc:engine:types:int|int]] **%%%plotID%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%graphType%%**\\ 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:adddatum|GuiGraphCtrl::addDatum]]\\ [[scripting:doc:u:guigraphctrl:getdatum|GuiGraphCtrl::getDatum]]\\ [[scripting:doc:u:guigraphctrl:matchscale|GuiGraphCtrl::matchScale]]\\ [[scripting:doc:u:guigraphctrl:removeautoplot|GuiGraphCtrl::removeAutoPlot]]\\ ===== References ===== This function is not called by any other functions.