LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i find out what cursor the user has selected on an xy graph?

I have an XY graph in which while the program runs it will be creating cursors in certain locations on the plot. I want to give information about this cursor when selected upon, I THOUGT that active cursor does this.. but appreently not.. it seems to jsut keep spitting out 0, any ideas?
0 Kudos
Message 1 of 2
(2,342 Views)
> I have an XY graph in which while the program runs it will be creating
> cursors in certain locations on the plot. I want to give information
> about this cursor when selected upon, I THOUGT that active cursor does
> this.. but appreently not.. it seems to jsut keep spitting out 0, any
> ideas?

You might look at the Selected Cursors property. It indicates which
cursors will be acted upon by the movement palette. It should be
equivalent to the small LED buttons on the cursor palette.

Greg McKaskle
0 Kudos
Message 2 of 2
(2,342 Views)