You would want to use cursors. There's a simple shipping example with LV 7 called Cursor.vi that uses Cursor.PosX and Cursor.PosY property nodes to place them. Another way is to use Cursor.Index. This can be convenient if during your post processing, you return the array index of the data you're analyzing. With other property nodes, you can control cursor color, style, etc. With the ActCursor property, you assign a cursor to a specific plot. Right click on your graph and select Visible Items>Cursor Legend to see how how you would do it manually.