FusionCharts for Flex > Chart XML Structure > Stacked Charts

Stacked charts are charts which help in comparing multiple series of data. However, they differ from multi-series chart in the way they represent the data. Since the functionality is the same, they use the same data structure as used in multi-series charts. Essentially, a stacked charts plots multi-series data as a single-series chart. A simple stacked column 2D chart looks as under:

 
Note : The XML structure is generic for all subcategories of Multi-Series charts, i.e. Stacked, Logarithmic, Inverse, and Combination charts. However, some extra attributes are required in Combination (Single Y Axis and Dual Y Axis) charts, which can be added as normal <dataset> attributes.
 

The above chart, displays total revenue earned in two years 2006 and 2005.

For more information and explanation regarding the XML structure of the stacked charts, visit the multi-series chart section.