The following XML is used to generate Waterfall Chart and it
requires Waterfall2D.swf file in order to generate
the output.
<chart caption='Product Earnings' yAxisName='In Million $' numberPrefix='$' numberSuffix='M' showValues='1' showConnectors='0' positiveColor='00FF00' negativeColor='FF0000' sumLabel='2006 Estimate' labelDisplay='Rotate' slantLabels='1'>
<set label='2005 Actual' value='90' />
<set label='Price' value='15' />
<set label='Volume' value='21' />
<set label='Fixes' value='-37' />
<set label='Taxation' value='-83' />
<set label='Escalation' value='-36' />
<set label='Mix' value='46' />
<set label='Market Effect' value='91' />
<set label='Partners' value='61' />
<styles>
<definition>
<style name='myCaptionFont' type='font' font='Arial' size='14' color='666666' bold='1' underline='1'/>
</definition>
<application>
<apply toObject='Caption' styles='myCaptionFont' />
</application>
</styles>
</chart>
Output:
<chart caption='Product Earnings' yAxisName='In Million $' numberPrefix='$' numberSuffix='M' showValues='1' showConnectors='0' positiveColor='00FF00' negativeColor='FF0000' sumLabel='2006 Estimate' labelDisplay='Rotate' slantLabels='1'>
<set label='2005 Actual' value='90' />
<set label='Price' value='15' />
<set label='Volume' value='21' />
<set label='Fixes' value='-37' />
<set label='Taxation' value='-83' />
<set label='Escalation' value='-36' />
<set label='Mix' value='46' />
<set label='Market Effect' value='91' />
<set label='Partners' value='61' />
<styles>
<definition>
<style name='myCaptionFont' type='font' font='Arial' size='14' color='666666' bold='1' underline='1'/>
</definition>
<application>
<apply toObject='Caption' styles='myCaptionFont' />
</application>
</styles>
</chart>
Output:
No comments:
Post a Comment