public int AddLabel(string str, HPoint loc, HGraphPointFormat format, float xvector) { int ret = HCSMVOPINVOKE.HBaseGraph_AddLabel__SWIG_2(swigCPtr, str, HPoint.getCPtr(loc), (int)format, xvector); if (HCSMVOPINVOKE.SWIGPendingException.Pending) { throw HCSMVOPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }