L
Lanzelot
Hi, I think this is very likely possible, but i can't seem to find a proper
way to do it...
I need to create a graph control that allows me to plot the graph from an
array and after that allot me to click/drag on the graph to select a range of
X values on my scatterline plot.
I've already got the graph plotted, and can use mouse_events to get the
mouse up and mouse down to get the cursor positions on the graph.
What I need to know:
1. How do I know which chart I have selected and on which series do I get
the points from?
2. How can i select and get a point at a particular (x,y) coordinate pointed
to by the mouse cursor?
Regards,
Lance
way to do it...
I need to create a graph control that allows me to plot the graph from an
array and after that allot me to click/drag on the graph to select a range of
X values on my scatterline plot.
I've already got the graph plotted, and can use mouse_events to get the
mouse up and mouse down to get the cursor positions on the graph.
What I need to know:
1. How do I know which chart I have selected and on which series do I get
the points from?
2. How can i select and get a point at a particular (x,y) coordinate pointed
to by the mouse cursor?
Regards,
Lance