LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I overlay 4 cursors on the XY-graph?

I try to overlay 4 cursors on the XY graph as shown in the VI attached to this question, but only 2 cursors are visible on the graph. What should I do to make all 4 cursors appear on the graph?
0 Kudos
Message 1 of 3
(2,778 Views)
Use Cursor List property instead. You can use that to set names and position. Cursor List creates the cursors. You could also create the cursors on the fron panel. You initially created the first two there.
Message 2 of 3
(2,778 Views)
You need to use the CursorList property, which is an array of cursor attributes. This will initialize the nuber of cursor elements. I have attached a working VI.

Good Luck,

Jim
0 Kudos
Message 3 of 3
(2,778 Views)