• create real-time dynamic flash charts
• visualize your data in 10 chart types
• add flash animation for better impact
• take chart data from various sources
• publish chart as SWF, HTML, EXE, JPG
• customize every element of flash chart
How to Make Column Chart in Flash
A column chart displays values and series groups as sets of vertical columns that are grouped by category. Values are represented by the height of the columns as measured by the y-axis. Category labels are displayed on the x-axis. Column charts are typically used to compare values between categories.
To make a column chart with the Animated Chart software, you should do the following:
1. Create a new project (Menu > File > New). The Wizard window will appear.
2. Chart Type tab: choose Column chart type from the list;
choose a subtype of Column chart: Clustered Column Chart, Stacked Column Chart or 100% Column Chart.
3. Chart Source Data tab: specify a data source for your chart. You can Type Data or Import Data from file.
To use dynamic data with Animated Charts Pro, you should write a script (for example, in ASP) forming the xml file. In case of connection to SQL make all needed SQL queries for data selecting and put them into the xml file.
4. View Chart Data tab: you can edit the data.
To import data, you should choose Delimiter from the list (" ; ", " Tab ", " , ", " Space ") or set another delimiter. So the data are divided to columns automatically. If the data file contains the "Tab" or "Space" signs, then it is divided to columns too. To avoid the caption dividing, it should be placed in quotes, for example "Caption in quotes".
Select Strict Delimiter to set only a chosen delimiter and ignore quotes in the caption and the data file.
Inverse Data option is for changing the data order.
Max line number limits line number in the data file.
5. To customize the Column chart, click on any element and it will be marked in the Inspector toolbar.
4. Export the Column chart (Menu > File > Export).

