I have a line chart over time. I want to select a region and get the data points under it (or at least the first and last). I don't care about selection in the Y axis, just the x axis.
So if click the mouse and drag it right I want to select the area between x.mousestart to x.mouseend. The selectionMode is kind of what I want to implement, but I want draw for the whole height of the chart. Again, I don't care about selection in the Y axis, just the x axis. Any ideas? Thanks! Nate