Is it possible to set transparent background on formsPlot control in WinForms?
formsPlot.plt.Style(figBg: Color.Transparent);
formsPlot.plt.Style(dataBg: Color.Transparent);
This makes blue background as we see in the designer.
It seems that bitmap can be generated with transparency, but I need it in WinForms control.