Customising plots in Labview

632 Views Asked by At

I have an XY Graph in Labview. I have no problems with its basic functionality.

I'd like to have a marker on the plot (independent on the cursor) which would stay in a certain position that I could read out and display in the GUI. Also I want the user to be able to move the marker to a new position.

How can I implement this functionality?

I know the title isn't very well-chosen, so I'll be grateful for any edits.

2

There are 2 best solutions below

1
On BEST ANSWER

Edited:

You can just add cursor.

Add a cursor, select the point style you like and click on Allow dragging as shown on the picture below.

You can modify or read the current position of the point using Cursor Position property of the XY Graph.

enter image description here

0
On

They’re called “annotations”; you can add an array of them via a property node.