Exemple #1
0
 public void push_back(candle_stick_series val)
 {
     c_csharp_plotPINVOKE.candle_stick_plot_data_push_back(swigCPtr, candle_stick_series.getCPtr(val));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public void assign(uint n, candle_stick_series val)
 {
     c_csharp_plotPINVOKE.candle_stick_plot_data_assign(swigCPtr, n, candle_stick_series.getCPtr(val));
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
        public candle_stick_series at(uint index)
        {
            candle_stick_series ret = new candle_stick_series(c_csharp_plotPINVOKE.candle_stick_plot_data_at(swigCPtr, index), false);

            if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
            {
                throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(candle_stick_series obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }