Hi there,
Is there any way to create a dynamic line graphic?. For example, let's suppose I have 3 sets of 2 values each:
(x=2,y=5) ; (x=4,y=3) and (x=6,y=7)

How would you represent that in a line graphic? How would you draw a line between coordinate (x=2,y=5) and (x=4,y=3)?
What I need is to represent dynamically the information I get from a database, so I can't use movie clips to represent the growth of the values, as I would do on a bar graphic.
If any body has done anything like that, please give me a hand....
Thanks in advance,

QuestionGuy