04-26-2011 02:02 PM
I was wondering if I have an intensity graph, is it possible to allow the user to draw a line segment, then output the length of that drawn line segment?
Similarly, Is it possible to have the user select a few points in teh graph to form a closed spline (say the shape of a oblong circle) then measure the area inside the spline and report that to the user?
In both instances the line segment or spline needs to be displayed and not just points selected on the graph.
Thanks!
04-26-2011 02:04 PM
04-26-2011 02:11 PM
I should clarify that there is an image displayed in the intensity graph, and the purpose of the spline, or line segment is to allow the user to measure the features displayed on the intensity graph.
04-26-2011 02:20 PM
Hi hoju,
the point of my first post was: You should clarify your questions! As long as you ask "Is it possible?" all I would answer is "Yes!"...
Some ideas:
- use cursors to let the user select points
- use the FrontImage property of the graph to display lines as needed
Other idea:
- use an overlayed XY-graph to display the lines and cursors
But still it's possible to achieve what you want