03-09-2006 05:03 AM
Annotation ContextAnno = NIGraph.GetAnnotationAt(e.X, e.Y);
This works so far. When the user keeps the mouse button pressed and moves the mouse, I want to update the annotation range, where I need the coordinates related to the x-axis. Is there a way to convert the mouse coordinates into the x-axis coordiates? Or any alternative?
Thanks in advance!
Andy
03-16-2006 03:00 AM
Hello,
any ideas how I can move a range annotation (rectangle) by mouse are welcome!
Best regards,
Andy
03-16-2006 08:29 AM
03-17-2006 06:18 AM
Thanks Brock!
It's exactly that I was looking for. ![]()
Andreas