Tutorial on Flex 3 Charting
ADC presents has just posted another one of the videos on how to make a chart using a multi-dimensional array[] in AS3. The data provider is as follows:
[Bindable] private var medalsAC:ArrayCollection = new ArrayCollection([ {Country: "Germany", Beer:12, Hockey: 2, Fun: 99}, {Country: "Canada", Beer:12, Hockey: 28, Fun: 99}, {Country: "England", Beer:49, Hockey: 12, Fun: 10} ]);
In this tutorial you will learn how to get this to render into a bar chart that looks like this:
Here is the video:
The link is http://tv.adobe.com/#vi+f1472v1124


