Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The Flex Charting Framework is a powerful series of data-rich controls that lets you create deep and interactive displays of many types of data. Flex defines a few of the most commonly used charts—bar charts, pie charts, and column charts—and gives you a great deal of control over their appearance. A Chart contains a ChartSeries that creates the item renderers based on the dataProvider passed to the Chart. The ChartSeries object can use an itemRenderer, have distinct dataFields from the dataProvider used to display data in that ChartSeries, use display effects, and have distinct properties set to handle user interaction. The Flex Charting Framework is an immense topic, and as such the recipes in this chapter can cover only a small set of the possibilities. It should also be noted that the Flex Charting components are part of the Flex data visualization package, which is included in the Flex Builder Professional Edition and not in the Standard Edition or with the free Flex 4 SDK.