The following XML is used to generate Doughnut Chart and it
requires Doughnut3D.swf file in order to generate
the output.
<chart caption='Doughnut Chart' subcaption='(Alpha)' palette='4' decimals='0' enableSmartLabels='1' enableRotation='0' bgAngle='360' showBorder='1' startingAngle='70' >
<set label='AAA' value='25'/>
<set label='BBB' value='50'/>
<set label='CCC' value='75'/>
</chart>
Output:
<chart caption='Doughnut Chart' subcaption='(Alpha)' palette='4' decimals='0' enableSmartLabels='1' enableRotation='0' bgAngle='360' showBorder='1' startingAngle='70' >
<set label='AAA' value='25'/>
<set label='BBB' value='50'/>
<set label='CCC' value='75'/>
</chart>
Output:
Really very helpful post which worked for me and got the output ...
ReplyDelete