Hi, i'm recent to Flex 3, so maybe my question is easy to answer, or not, I don't know :)
I'm making a Real Time chart y using a Timer, and an HTTP Service. (Please find attached a cleaned copy of my mxml: http://www.nabble.com/file/p21349576/sample.mxml sample.mxml ) Every 500 milliseconds, the Timer calls the HTTPService, which calls a PHP distant file, which sends a value. This value is added to the Chart using the addData function. My issue is the following: I'd like the Horizontal axis, to add a label every minute (for example the chart is launched at 08:30, it shows first 08:30, then 1 minute later, it adds 08:31 etc...) but I can't figure out how to do this. I've tried to use a DateTimeAxis solution, but it doesn't seem to be automatic. Could you help? Thanks!!! -- View this message in context: http://www.nabble.com/Flex-3-Charts---Issue-with-Horizontal-Axis-tp21349576p21349576.html Sent from the FlexCoders mailing list archive at Nabble.com.

