AddPlot(Brushes.Red, "test1");
AddPlot(Brushes.Green, "test2");
Is there any way to fill these space and chose a color for it?
Let's say I have two lines like
-------------------------------------------
(I want to fill this with a color)
-------------------------------------------

Comment