LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph problem

Hi, can you help me?

Please can someone help me fix the scale of a graph when a cursor is dragged
to its edge? I want the cursor to be stopped when it reaches the edge of the
graph and for the scale not to change. I have done this programmatically
using case statements and property nodes but I wonder if there isn't a
simpler way of achieving the same using a property node,

Thanks

James Annesley
0 Kudos
Message 1 of 2
(2,288 Views)
Hi James,
no problem,
you have to use property nodes.
The first Property is "Cursor PosX"
and the second is "YScale ScaleFit"
When cursor position 0 ( X scale) then YScale ScaleFit must be set 0
an other way YScale ScaleFit must be set 2
I'll end an example to you.
Best Regards
Mike Manzheliy

James Annesley wrote:

> Hi, can you help me?
>
> Please can someone help me fix the scale of a graph when a cursor is dragged
> to its edge? I want the cursor to be stopped when it reaches the edge of the
> graph and for the scale not to change. I have done this programmatically
> using case statements and property nodes but I wonder if there isn't a
> simpler way of achieving the same using a property node,
>
> Thanks
>
> James Annesley
0 Kudos
Message 2 of 2
(2,288 Views)