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?
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.
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.