Skip to main content
Known Participant
November 2, 2009
Question

How to use graphs in flash?

  • November 2, 2009
  • 2 replies
  • 669 views

User can change values in textbox and accordingly graphs change.

Is it possible to do that in flash and which component we need to include for including graphs?

Kind Regards

Ankur

This topic has been closed for replies.

2 replies

Inspiring
November 3, 2009

Might want to experiment with Yahoo Astra components.

http://developer.yahoo.com/flash/astra-flash/charts/examples.html

November 2, 2009

Yes you can do that. I don't think there is any component, you can draw them yourself using the Graphics class. You could make a line graph with the moveTo and lineTo methods. You can make a bar graph with drawRect... Pie graphs are a bit more work, but not too hard once you get the basics of drawing with code down.