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(); } }
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(); } }
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(); } }
public axis saxis() { axis ret = new axis(c_csharp_plotPINVOKE.flowcell_data_saxis(swigCPtr), false); return(ret); }
public axis y_axis() { axis ret = new axis(c_csharp_plotPINVOKE.chart_data_y_axis(swigCPtr), false); return(ret); }
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); }
public axis y() { axis ret = new axis(c_csharp_plotPINVOKE.axes_y(swigCPtr), false); return(ret); }