PDA

View Full Version : Curve plotting in Flex


stanlund
02-10-2007, 01:15 PM
Hi all!

I am "in transition" from Flash to Flex and therefore encounering numerous questions. One of them - how to get "place to draw" in Flex? How do I define it within MXML structure? (I need to draw a scientific curve based on external data, say, provided by some XML.)

Tink
02-11-2007, 12:35 PM
you can draw in all containers or u could just use a UIComponent

dr_zeus
02-12-2007, 06:49 PM
You can't draw within MXML, you need to use ActionScript.