LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I regulate the x-/y- scale of the WaveformGraph?

In my program I indicate different signals after a certain time with the WaveformGraph. Is there a solution to give the WaveformGraph Values, which change automatically with the suitable signals.
AutoScale isn't suitable.

Thanks for help!
0 Kudos
Message 1 of 2
(2,695 Views)
Hi happy student,

If I understand your question correctly, you'd like to programmatically change the scaling of your graph.
If this is indeed what you're planning to do, there is an easy solution to this. You can use a Property node for the graph, which you can create by right-clicking the graph terminal on your block diagram and selecting 'Property node' from the Create menu. With this property node, you can programmatically change the features for your graph, including the scaling. Just play a bit with it, it's extremely versatile.

Best,
Joost van Mameren
0 Kudos
Message 2 of 2
(2,695 Views)