I have a list of 8 cursors and would like to show the information of one cursor (which the user has slected) in the cursor legend of the graph. But I dont want to expand the whole cursor legend until all cursor properties are visible because it occupies too much space in the front panel.
How do I get the index of the cursor the user has selected? I tried the "selected cursor" property but when I moved different cursors its value didnt change!
I don't think it's possible to chagne the actual cursor legend. It is simple to create your own for just the active cursor. I've attached an example in LabVIEW 7.
That was exactly what I needed! My solution was pretty close to yours, but I only forgot to make the "selected cursor" the "active cursor" thats the trick!