I'm using Labview 7.1
I have an XY graph containing a plot with multiple peaks. I'm tracking those peaks by feeding locations to each active cursor. The user can control the number of peaks tracked, as a new cursor is created when the user increases the input number. However, when the user lowers the number, the unneeded cursors remain on the graph at their last position. I want to remove these "dead" cursors in realtime. Is there any special "clear" function which can remove all markup from the graph? Otherwise, I'm thinking I'll have to add some potentially messy conditional statements to make the unwanted cursors visible or invisible.
thanks