public void setGraphType(int plotId, TypeGuiGraphType graphType){ pInvokes.m_ts.fnGuiGraphCtrl_setGraphType(_ID, plotId, (int)graphType ); }
/// <summary> /// Change the charting type of the given plotting curve. @param plotId Index of the plotting curve. Must be 0=plotId6. @param graphType Charting type to use for the curve. @note Instead of calling this method, you can directly assign to #plotType. ) /// </summary> public void setGraphType(string guigraphctrl, int plotId, TypeGuiGraphType graphType){ m_ts.fnGuiGraphCtrl_setGraphType(guigraphctrl, plotId, (int)graphType ); }