This question is locked. New answers and comments are not allowed.
I want to display a line series, but then have a scatter plot displaying over the lines - to show the deviation of the spline from the sample data. I noticed there's no 'combine' property for scatter series, so I tried creating 2 new axis, then hiding them. This works, but I wonder if there is a better way?
Additionally, I want to show how far the scatter points are from the spline. Is it possible to draw custom data on the graph, or modify the way the scatter points are drawn?
Alternatively, I could use candlesticks, if I can also modify the way these are drawn?
Additionally, I want to show how far the scatter points are from the spline. Is it possible to draw custom data on the graph, or modify the way the scatter points are drawn?
Alternatively, I could use candlesticks, if I can also modify the way these are drawn?