zyzy811
Results
2
comments of
zyzy811
> have you tried myPlot.HideLegend()? I tried using myPlot.HideLegend(), but it only affects the Legend and not the LegendPanel. ```cs public Legend HideLegend() { Legend.IsVisible = false; return Legend; }...
> this gets you a little closer, but ya, i still see the top or bottom border of the legend for some reason > > ``` > externalLegend.MaximumSize = 0;...