Add Comment
Data Visualization's with Flex and Coldfusion
Flex / ColdFusion Tutorial #13
Below is one of the examples from the Data Visualization Developer's Guide that impresses me.
This tutorial, mostly from:
http://livedocs.adobe.com/flex/3/html/help.html?content=Part7_DataVis_1.html Adobe Flex's Data Visualization Developer's Guide, and slightly modified. I've been going through the guide to get a better handle on charting with Flex. In my opinion, this is one of the better examples and it's a good demonstration of the graphing capabilities of Adobe Flex.
Main.mxml
This should be easy to follow by the code an comments.ChartData.cfc
This is just a CFC to generate some data. This data could come from a database, a file or a webservice. It is a simple array of structures which Flex will see as an array of Objects.Demo
See this code running!
Download
Download this code as a zip!
Comments
Great demo! This is going to help me out a lot. ThanksJohn Gag @ http://www.cftips.net/
John Gag @ Thursday 05 Mar 2009 - 02:16:55 PM
is there a way to contact you an email or phone number...
Seema @ Tuesday 03 Nov 2009 - 02:48:16 AM
Sure. You may reach me at mike.harman.developer at gmail.com
Mike Harman @ Tuesday 03 Nov 2009 - 03:03:24 AM
Click button to add a comment
Author
Mike Harman
Published
Tuesday 24 Feb 2009Original
This tutorial has been modified and published with permission of the author. The original tutorial can be found herehttp://smartpitbullsoftware.blogspot.com/2009/02/one-of-goals-i-have-set-for-myself-this.html