Hi,
I am a big fan of Zedgraph. I would like to select points on my curve by dragging a square with my mouse. Of course I can build this myself, but I was wondering if it can be done easier?
Thanks,
Erik
Hi,
I am a big fan of Zedgraph. I would like to select points on my curve by dragging a square with my mouse. Of course I can build this myself, but I was wondering if it can be done easier?
Thanks,
Erik
Unfortunately not. You would have to do it by yourself. ZG doesn't provide any more sophisticated tools for interaction.
You would probably need to subscribe for "mouse down" and "mouse up" events, perform the reverse transform of found points and then find all points in range (i.e. by searching inside the Points collection of your curve(s)).
Just remember, that the action you described is by default connected width zooming and you would have to disable it.