02-16-2006 05:53 AM
02-16-2006 06:24 AM
Hi,
Look at this VI
Here i set the x axis scale minimum using a property inside loop with property node.
This will pervent x axis to going to negative x values while running.
Hope this helps
Regards
Dev
02-16-2006 08:59 PM
What i want is to initialise the graph, meaning everytime i use the graph, it will show me the scale starting from (0,0). Each time i use the graph, there will be many inputs to the graphs. As the inputs to the graph increases (more and more (x,y) pairs are input to the graph), the graph will show me the lastest input (lastest (x,y) pair) plotted on the graph.
What i want is sometime like the table index value where it can allow me to so call scroll down automatically as more rows are rewritten onto the table. I want to have a similar property on the graph but I don't how to do it.
Could anyone pls help me??
02-17-2006 07:51 PM