LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Zooming Capability in Strip Charts

I want to have the zooming capability in a strip chart along with the autoscaling Y axis. It doesn't seem to be an option in the function control in CVI.
Can someone help me with this.
regards
Dwivedi
0 Kudos
Message 1 of 4
(3,641 Views)
I don't believe strip charts have zooming. Zooming and panning are only options for graphs. If you are using a graph you can use autoscaling as well as zooming, but the autoscaling is disabled as you zoom and every time you plot a new point the autoscale will of course undo the zoom (wouldn't make sense any other way).
Message 2 of 4
(3,641 Views)
John Schaller's graphdemo.zip has worked well for me as a substitute for a
scrolling strip chart. Its implemented by dynamically updating a graph
control. You can download it from:


http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E47
556A4E034080020E74861&p_node=DZ52151&p_submitted=N&p_rank=&p_answer=&p_sourc
e=External



"Dwivedi" wrote in message
news:50650000000800000023CF0000-1079395200000@exchange.ni.com...
> I want to have the zooming capability in a strip chart along with the
> autoscaling Y axis. It doesn't seem to be an option in the function
> control in CVI.
> Can someone help me with this.
> regards
> Dwivedi
0 Kudos
Message 3 of 4
(3,641 Views)
Thanks a lot.
It worked for me too as per my requirements.

regards
Dwivedi
0 Kudos
Message 4 of 4
(3,641 Views)