LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Resizing programmatically plot area without resizing graph?

Hi,
 
I'm trying to programmatically resize plot area of a waveform graph without affecting overall size of the graph. When I manually reduce plot area graph size remains same, but by using plot area property node graph size autoscales. How to accomplish this function? I'm running LV 7.1.
 
Thanks in advance,
Jakke

Message Edited by Jakke Palonen on 10-21-2005 01:21 PM

0 Kudos
Message 1 of 4
(2,928 Views)
Here is the solution. But beware, this is not a standard LV function, and there is no guarantee that it will exist in LV 8...
 
 

Message Edité par chilly charly le 10-21-2005 02:30 PM

Chilly Charly    (aka CC)
Download All
0 Kudos
Message 2 of 4
(2,921 Views)
Great thanks!
 
How that's done?!? And how to do that with waveform graph?
0 Kudos
Message 3 of 4
(2,912 Views)


Jakke Palonen a écrit:  How that's done?!? And how to do that with waveform graph?

Just copy the property node to the vi containing your graph, then right click the node, go to "link to..." and select your graph.

This function is not "public", but if you do some search about LabVIEW s cripting, you may find a few informations. See for instancethe LAVA forum

Chilly Charly    (aka CC)
0 Kudos
Message 4 of 4
(2,902 Views)