How do I remove the gray border of the ZedGraph control?
Just the graph should be in the form, without the gray border, label, and an title.
I tried to solve the problem with
_zgc.MasterPane.Border.Width = 0;
_zgc.MasterPane.Border.IsVisible = false;
but for now without success.