LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

xy-graph x-scale changes position when togle visible

I'm using a cesond x-scale on en xy-graph (one on top, one on the bottom) when changing the atribute ->x-scale visibel, and back, then the position of the scale changes and is suddenly inside the actual graph area instead of above it (the attached file shows this behaviour - but only once! - after the first time making it visible again it stays at the wrong place...)
0 Kudos
Message 1 of 2
(2,553 Views)
The scale position changes due to plot area change. Put the following line into labview.ini file:
EnableAutoScales=False

However, doing this will not allow you to create new multiple scales. In this case, just change it to True. After adding/removeing scales, set it back to False.

Or you can try the method illustrated in the attached image.

Joe
0 Kudos
Message 2 of 2
(2,553 Views)