Esempio n. 1
0
 public void AddLegend(HPoint loc, HGraphPointFormat format)
 {
     HCSMVOPINVOKE.HBaseGraph_AddLegend__SWIG_0(swigCPtr, HPoint.getCPtr(loc), (int)format);
     if (HCSMVOPINVOKE.SWIGPendingException.Pending)
     {
         throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
     }
 }