public static bar_plot_options parse_bar_plot_options(string name) { bar_plot_options ret = (bar_plot_options)c_csharp_runPINVOKE.parse_bar_plot_options(name); if (c_csharp_runPINVOKE.SWIGPendingException.Pending) { throw c_csharp_runPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static string to_string(bar_plot_options value) { string ret = c_csharp_runPINVOKE.to_string__SWIG_9((int)value); return(ret); }