After mouse clicks any point of the surface, the program will analysis it automatically and come out the coordinates of X,Y,Z positions on the screen?
Thank you very much for your help!!
feedback coordinates
If you just need xy coordinates, there's a tool you can use in chart panel under the name tools.
If you need to track all three, you have to write something like the following post.
http://www.teechart.net/support/viewtop ... ght=#13829
Forget to mention, you don't have to use this tool, just put somthing under OnMouseMove or Click, that's all.
If you need to track all three, you have to write something like the following post.
http://www.teechart.net/support/viewtop ... ght=#13829
Forget to mention, you don't have to use this tool, just put somthing under OnMouseMove or Click, that's all.