05-27-2010 11:39 PM
Historical Trend work ok. but doesn't work zoom in/out(Mouse Action, Keyboard Action) realtime graph chart.
any other solutions?
05-28-2010 12:32 AM
Hi,
CVI has three types of graphs: xy graph, strip chart, digital graph. I assume you refer to the strip chart. To my knowledge, even if the documentation is somewhat imprecise, zooming and panning work only for the xy graph, and here only provided that the graph control is set to a mode other than indicator.
05-28-2010 01:53 AM
06-01-2010 08:31 AM
Hi gosis,
Please try following: right click on the XY Graph border and select Visible Items>>Graph Palette from the context menu, to enable the Graph Palette which will contain the Zoom In/Out tools.
I hope this helps.
Regards,
Barna Dobai
National Instruments
06-01-2010 09:18 AM
Hi dobarni,
your answer seems to relate to LabVIEW...?
06-03-2010 08:13 PM
06-07-2010 05:55 AM
Dear gosis,
As Wolfgang said, there is no zooming function in Charts in CVI. Zooming feature is only available for Graphs. On the following link you may find an example code that is using a graph, so you can have its features(zoom, cursors...),but it acts as a chart(scrolls like a strip chart):
http://sine.ni.com/devzone/cda/epd/p/id/1141
The problem is, that this was implemented in CVI 6 and does not work in 2009 due to some linking errors, still it's a good starting point that you might check.(First comment out the lines the linking errors correspond to)
Hope it helps!
Best regards,
David Varga
Applications Engineer
NIH