Exemple #1
0
 public void set_axes(axes xyaxes)
 {
     c_csharp_plotPINVOKE.chart_data_set_axes(swigCPtr, axes.getCPtr(xyaxes));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
        public axes xyaxes()
        {
            axes ret = new axes(c_csharp_plotPINVOKE.chart_data_xyaxes(swigCPtr), false);

            return(ret);
        }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(axes obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }