Ejemplo n.º 1
0
 public bar_series(string title, string color, bar_series.series_types series_type) : this(c_csharp_plotPINVOKE.new_bar_series__SWIG_0(title, color, (int)series_type), true)
 {
     if (c_csharp_plotPINVOKE.SWIGPendingException.Pending)
     {
         throw c_csharp_plotPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public bar_series.series_types series_type()
 {
     bar_series.series_types ret = (bar_series.series_types)c_csharp_plotPINVOKE.bar_series_series_type(swigCPtr);
     return(ret);
 }