LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph display - X Grid line jumps

Hi..
 
The grid lines for X-axis seem to jump or scroll without any control.  Pls see the VI file attached (LabView 8.5).
 
Any idea how this could be fixed?
 
Thanks, Chandra.
 
0 Kudos
Message 1 of 3
(2,526 Views)
I think what you are seeing is the X scale getting expanded to 3 units, before the min scale is readjusted to make it 2 again.  If you defer panel updates while the graph scale is getting redrawn like in the attached modified example, the problem goes away.
 
The stacked sequence was not necessary along with extra locals, so I cleaned that up.
0 Kudos
Message 2 of 3
(2,515 Views)

Thank you very much for your quick and clean solution...

Best regards, Chandra.

 

0 Kudos
Message 3 of 3
(2,508 Views)