LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to programmatically scroll the vertical bar of a mixed signal graph

I am trying to programmatically scroll the vertical bar of a mixed signal graph. I imagine this should be straight forward (or so I thought) but for some reason when I write to the plot area bounds property to move the "top" and "bottom" the write does not take effect. I am using LV 2015 sp1 64-bit ....don't know if it has to do with what I am using, but would like to if this works OK for anyone else or if there is some other approach ? Thanks

[BADGE NAME]

0 Kudos
Message 1 of 4
(2,312 Views)

You need to use XScale -> Range -> Maximum and Minimum properties:

ScrollMixedGraph.png

0 Kudos
Message 2 of 4
(2,248 Views)

Hi,

 

Are you trying to vertically scroll through the entire mixed signal graph, or in individual plot areas. If you modify the code that PiDi posted to ‘YScale’, it allows for scrolling in individual plot areas.

Brian.D
NI Product Owner
VeriStand
0 Kudos
Message 3 of 4
(2,221 Views)

Brian,

 

thanks for the feedback. I am scrolling the entire graph, not just a single plot area. 

[BADGE NAME]

0 Kudos
Message 4 of 4
(2,145 Views)