> I just need one help, I have one xy graph, when i am giving values to
> xy graph it is moving left. so I want to maintain minimum as 0 and
> maximum as variable.So could you please help me rearding this..
>
Two ways to take care of this. You can either use property nodes to set
the scale max and min along with array functions like Array Min/Max, or
you can use the normal autoscaling method, but add an additional plot to
the graph that displays only one point, (0, 0). You can set the plot to
have no point style and no graphic element will be drawn.
Greg McKaskle