Sunday, 14 April 2013

Area Chart

The following XML is used to generate Area Chart.It requires Area.swf file in order to generate output.

<chart bgColor="E9E9E9" outCnvBaseFontColor="666666" caption="Area Chart" showValues="1" plotFillAlpha="50" numVDivLines="5" showAlternateVGridColor="1"

AlternateVGridColor="e1f5ff" divLineColor="e1f5ff" vdivLineColor="e1f5ff" baseFontColor="666666" canvasBorderThickness="1" showPlotBorder="1"

plotBorderThickness="0">
<Categories>
    <Category label="AAA"/>
    <Category label="BBB"/>
    <Category label="CCC"/>
</Categories>
<dataset seriesname="AUG2012">
    <set value="25"/>
    <set value="50"/>
    <set value="75"/>
</dataset>

</chart>

Output:



No comments:

Post a Comment