Powerful tool for creating professional charts
in Adobe (Macromedia) Flash™ and image formats
Download Animated Chart (Standard Edition)Order Animated Chart software
Latest build
Version:
Release:
Size:
Price:
2.2.1 Std
04/12/07
2.6M
$49.00
Download Purchase

Flash Chart

Want to see more chart flash diagrams?
Visit our flash chart gallery
Compare different animated charts with real values on-line!

Quick help

How to purchase
Support
Real-Time Demo
FAQ
Tutorial
Flash Tutorial
Online help

News

News about the latest releases and flash drawing technology you could see here:
Latest News

Press Releases

Want to know more about charts in flash? See our press releases and articles:
Press Releases
How to Make Column Charts in Flash
How to Make Bar Charts in Flash

Download software to create charts in flash format

Column chart in Flash
Column chart
How to Make Column Chart in Flash

Bar chart in Flash
Bar chart
How to Make Bar Chart in Flash

   
Area chart in Flash
Area chart
Doughnut chart in Flash
Doughnut chart
   
Pie chart in Flash
Pie chart
(XY) Scatter chart in Flash
Scatter chart
   
   
Line chart in Flash
Line chart
Bubble chart in Flash
Bubble chart
 
 
   
Radar (spiderweb) chart in Flash
Radar (Spiderweb) chart
Stock chart in Flash
Stock chart (for Pro edition only)
   

Design and animation examples for flash area chart

example of flash area chart
variant 1 of flash area chart
example of flash area chart
variant 2 of flash area chart
   
example of flash area chart
variant 3 of flash area chart
 

Dynamic flash chart created with Animated Chart software Pro edition
Dynamic flash chart created with Animated Chart software

You could see online dynamic flash charts drawing in the real-time mode here

You could see the flash tutorial about qiuck flash chart drawing here

The source code of the data.php script:

<? echo "<?xml version='1.0' encoding='UTF-8' standalone='yes'?>" ?>

<Project>

 <Data>

 <? $count=10;

   $min = date("i")+floor(date("s")/6);

   ?>

 <ColCount>3</ColCount>

 <RowCount><? echo $count+1; ?></RowCount>

 <Item0><? for($i=1;$i<=$count;$i++){

   $val = "min$i";

   echo "|$val";

   }

   ?></Item0>

 <Item1>HELLO<? for($i=1;$i<=$count;$i++){

   $val = 10 + 15*sin(($min+$i)*50)*((($min+$i)/7)-floor(($min+$i)/7));

   echo "|$val";

   }

   ?></Item1>

 <Item2>HELLO<? for($i=1;$i<=$count;$i++){

   $val = -10 + 15*cos(($min+$i)*50)*((($min+$i)/7)-floor(($min+$i)/7));

   echo "|$val";

   }

   ?></Item2> 

 </Data>

 </Project>

The output result of the data.php script:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Project>

 <Data>

  <ColCount>3</ColCount>

  <RowCount>11</RowCount>

<Item0>|min1|min2|min3|min4|min5|min6|min7|min8|min9|min10</Item0>

<Item1>HELLO|12.05|14.28|16.23|17.48|17.66|16.51|10|10.00|8.87|6.74</Item1>

<Item2>HELLO|-10.60|-10.09|-8.45|-5.82|-2.51|1.08|-10|-7.85|-5.86|-4.45</Item2>

 </Data>

</Project>

Some questions about Animated Chart Pro edition

1. Can you tell me how to use dynamic data with Animated Charts Pro. I am particularly interested in connecting to SQL.

Answer. You should write a script (for example, in ASP) forming the xml file. Make all needed SQL querries for selecting data and put them to the xml file.

2. I have just purchased and Installed Animated Chart Pro and have a definate problem trying to access live data sources.
The software only seems to allow me the same data sources as the standart edition.

I have double checked to make sure I installed the correct file from the link supplied on the email and the title bar
does say \"Animated Chart Pro\"

Answer. The Flash technology supports loading data from an external file, for example, the xml format, and Animated Chart uses the same method.

You should do the following in the Animated Chart Pro:
1. Create and customize a chart with any data.
2. "Items" toolbar: choose the "Chart" item.
3. "Inspector" toolbar: set a path to the xml file in the "External Data File" field.

3. The Animated Chart Pro allows live data refresh ... In some instances I just want it to load an xml file once and not have it refresh after that. How do I stop it refreshing? Setting the 'REFRESH DATA RATE' to zero does not stop it.

Answer. You should set refresh data rate to "infinity" with a big number (for example, 2 years in secs).

HOME | SAMPLES | DOWNLOAD | PURCHASE | SUPPORT | FAQ | CHART ONLINE | SITEMAP
Copiright © 2006-2008,
FeatherySoft