LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

controlling scale of a graph

Solved!
Go to solution

Hello

I took measurements from an instrument via the GPIB port and I display them on a graph. the problem is that every time I adjust the scale of the graph to display a good avour. is there a other way to control the scales of my graph !

 

tkx for the help

0 Kudos
Message 1 of 6
(3,410 Views)
You can run "autoscale once" using a property node of the graph. The autoscale will be run once and after that you will have full control over scales.
0 Kudos
Message 2 of 6
(3,406 Views)

thank you for your replay. Can you explain to me more by an example ??

0 Kudos
Message 3 of 6
(3,403 Views)

Hit the "Generate Random Numbers" at different times and see the Y autoscaling.

 

0 Kudos
Message 4 of 6
(3,397 Views)

Thank you again

the problem is that I want to control the x-axis not the y-axis !!

0 Kudos
Message 5 of 6
(3,391 Views)
Solution
Accepted by topic author za3im_ensa

Right click on X axis of graph and uncheck "Autoscale". Now, right click on the property node and go to Select Property. Find X Scale and select ScaleFit.

 

 

 

 

0 Kudos
Message 6 of 6
(3,387 Views)