03-28-2007 04:33 AM
03-28-2007 09:47 AM - edited 03-28-2007 09:47 AM
Check out the property nodes "XScale.ScaleFit" and "YScale.ScaleFit".
If you don't know about Property Nodes, right click on the graph, go to "Create Property Node" and create one or both of these property nodes. If you give these a 0, it will turn off autoscale, a 1 it will autoscale once, a 2 and it will turn autoscale on. You can look at Labview Help for more information on Property Nodes. They are very useful for programmatically setting graph properties.
Though the behavior you mention sounds a little strange. Is X autoscale and Y autoscale set? If this is true, it should automatically update when new data is graphed. Maybe you could post a VI?
Michael
Message Edited by miguelc on 03-28-2007 09:49 AM