コード例 #1
0
 public void set_saxis(axis plot_axis)
 {
     c_csharp_plotPINVOKE.flowcell_data_set_saxis(swigCPtr, axis.getCPtr(plot_axis));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void set_yaxis(axis yaxes)
 {
     c_csharp_plotPINVOKE.chart_data_set_yaxis(swigCPtr, axis.getCPtr(yaxes));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public void set_xaxis(axis xaxes)
 {
     c_csharp_plotPINVOKE.axes_set_xaxis(swigCPtr, axis.getCPtr(xaxes));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
        public axis saxis()
        {
            axis ret = new axis(c_csharp_plotPINVOKE.flowcell_data_saxis(swigCPtr), false);

            return(ret);
        }
コード例 #5
0
        public axis y_axis()
        {
            axis ret = new axis(c_csharp_plotPINVOKE.chart_data_y_axis(swigCPtr), false);

            return(ret);
        }
コード例 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(axis obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #7
0
        public axis y()
        {
            axis ret = new axis(c_csharp_plotPINVOKE.axes_y(swigCPtr), false);

            return(ret);
        }