Drawing Series on Existing Chart
Posted: Wed Sep 02, 2020 12:16 am
I suspect there isn't an easy way to do what I want, but I thought I'd check before I set off trying something complicated!
I have an existing line series representing an elevation profile. I would like the user to be able to manually draw a number of new series on top of that profile such that:
I think I could use a cursor tool fixed to the profile series in order to 'gather' the points for the new series initially, then a drag point tool to allow the start and end point interaction. But is there a way to restrict the dragged points to values of the existing profile series?
Cheers!
I have an existing line series representing an elevation profile. I would like the user to be able to manually draw a number of new series on top of that profile such that:
- The new series will 'stick' to the profile - the points of the new series are a sub-set of the profile series.
- The start and end points of the new series are highlighted and distinct.
- The start and end points should be draggable.
- The new series' cannot overlap - dragging the end point of one should 'push' or 'pull' the endpoints of any adjacent series.
I think I could use a cursor tool fixed to the profile series in order to 'gather' the points for the new series initially, then a drag point tool to allow the start and end point interaction. But is there a way to restrict the dragged points to values of the existing profile series?
Cheers!