I am using labview 8.2.1 and I have a waveform graph with a cursor and I want to return the cursor position programmatically.
Instead of the cursor legend, I'm using 2 indicators for the x and y position and I use a cursor move event to update their values.
The problem that I am having is that I cannot adjust the precision of the returned cursor position.
It seems to be set by the precision of the x and y axis of the waveform graph, which I would like to have a precision separate from the cursor position precision for display purposes.
For instance, I would like for the x-axis to have 0 digits after the decimal, and the cursor x position to have 2 digits after the decimal.
Is there a way to do this?