LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

keep the same scale/zoom of the xy graph

I use LabVIEW 6.0.2. I am trying to print the plot of an XY graph. I send the plot data to a sub vi to format the plot, a title, etc., and I want to keep the same scale and zoom that the user had in the upper vi -- WYSIWYG -- when it gets printed in the sub vi. I have explored some of the properties for the XY graph, but haven't found the right set that would allow me to read this scale/zoom data from the upper vi and set it in the sub vi.
Does anyone know what properties would control this?
0 Kudos
Message 1 of 4
(3,021 Views)
> Does anyone know what properties would control this?

The key properties are the Scale Range. Particularly the Scale Min and
Scale Max.

Greg McKaskle
Message 2 of 4
(3,020 Views)
Thanks. These properties worked. I also though had to use the Flipped property because the image in the lower vi was reversed from the original one.

Thanks again.
0 Kudos
Message 3 of 4
(3,020 Views)
> Does anyone know what properties would control this?

The main properties you want to mirror to the subVI are the scale
ranges. You can read the entire range cluster, or primarily the min and
max values.

Greg McKaskle
0 Kudos
Message 4 of 4
(3,020 Views)