LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to set cursor property from "snap-to-plot" to free?

dear all,
is there any one know how to set a cursor property from "snap-to-plot" to "free"?
this cursor is in a XY graphy
i couldn't find coresponding property in the XY graph property node
thank you

Jack
0 Kudos
Message 1 of 4
(2,707 Views)

It looks like there are different property names depending on your labview version.

You need to select the ActCrsr and then use the Cursor.Lockstyle property in LV7.1

You need to select the ActCrsr and then use the Cursor.CursorMode property in LV8.2.

Message 2 of 4
(2,703 Views)
hi, David:

thank you very much....

for the mode: "0" represents "free"
                       "1" represents " snap to plot"

is it right?

wei
0 Kudos
Message 3 of 4
(2,688 Views)

Thats right. Check out labview help for more details.

David

0 Kudos
Message 4 of 4
(2,685 Views)