You can use Flex Builder to add charting components to display data in your user interface. The Flex charting components let you create some of the most common chart types, and also give you extensive control over the appearance of your charts. For an overview of the different charts available, see Chart Types in Adobe Flex 3 Data Visualization Developer Guide.
The Flex charts are available in Adobe Flex Builder Professional. A trial version of the charts is included in the standard version of Flex Builder.
This section describes how to add charting components to your user interface. For information on defining chart data, formatting chart elements, and manipulating other aspects of charts, see Introduction to Charts in Adobe Flex 3 Data Visualization Developer Guide.
For example, the following ColumnChart control has two data series. The bar on the left represents the gross profit for six months, and next one is the net profit during the same period.
Remove a data series by selecting it in the list and clicking the Remove button.
The Include Legend option lets you add a Legend control to the chart that displays the label for each data series in the chart and a key showing the chart element for the series.