Hello,
I'd like to implement an "expander" feature - e.g. Selection zooming that would display the zoomed area in a separate window/chart.
From the top of my head, I'm assuming that I could bind the mouse events on the chart to create a selection rectangle, get the data points, and push them into a new series in a separate chart. Would this be the way to go, or is there any better solution?
Thank you,
T.D.
PS: I realize I created 2 posts with 2 separate issues, but I did not want to group them into one to stay on topic. If I should not have done this, I apologize.