Sunday, 14 April 2013

Bar Chart

The Following XML is used to generate Bar Chart and it requires MSColumn2D.swf/MSColumn3D.swf
to display the output.

<chart caption='Bar Chart' palette='1' lineThickness='2' showValues='0' rotateNames='1' slantLabels='1' areaOverColumns='0' formatNumberScale='0'>
<Categories>
    <Category Label= 'AAA'/>
    <Category Label= 'BBB'/>
    <Category Label= 'CCC'/>
    </Categories>
<dataset seriesname='Cost'>
    <set value='25'/>
    <set value='50'/>
    <set value='75'/>
</dataset>
</chart>


Output:


No comments:

Post a Comment