This question is locked. New answers and comments are not allowed.
I am trying to figure out how to shade the area between 2 line series. Visually, the shaded area would look like a Bollinger band indicator, but in my case the upper and lower bound of the shaded area need their own independent data series. I've been able to partially accomplish this by overlaying two ScatterSplineAreaSeries (the chart has a white BG, and the upper area series has a dark BG, and the lower has white BG) but the problem is that the lower series also hides the gridlines. Is there any way to do this? Screenshot of this is attached.