|
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
connecting to SQL
make all needed SQL querries for data selecting and put them to 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 and to avoid the caption dividing it should be in quotes, for example "Caption in quotes".
Check Strict Delimiter to set just a choosen 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).
|