[editor: moving to the appropriate forum...]
Hi All,
The situation i am facing is, to generate dynamic Line graph (getting the x and y coordinate data from the server) so my problem is how to assign x and y coordinate data into series for line graph generation, on the fly.
Thanks in advance,
Prashant

You can find examples of the
You can find examples of the line chart with explicitly specified x and y values in dojox/charting/tests/test_chart2d.html. In the same directory you will find test_chart2d_updating.html, which demonstrates how to do continuous updates.