Hello,
I'm in need to plot two or more line series, and fill with a Brush between each line. (attached is an example)
I sort of achieved it through the Range Area Series, but I need the plot to be able to set a NumericAxis, since I have [x,y] coordinates for the line series.
Thank you.
Regards,
Sebastian
Hello Sebastian,
In order to achieve your chart plot, you will have to create custom scatter series. That being said, I can create this custom series for you but first I would like to know what is your data structure and specifically how are you binding data to the Range Area Series and what are data columns on each data item? Also, will your data evenly distributed on X axis?
Thanks,
Martin
Do you still require help with setting up data chart to plot your data? If so can you answer questions in my previous post?
Sorry for the delay.
thank you very much. I solved it creating a CustomSeries.