The following XML is used to generate Funnel and Pyramid Chart and it requires FI2_Funnel.swf and FI2_Pyramid.swf file in order to generate the output.
<chart linethickness="1" caption="Funnel&Pyramid">
<Set label="AAA" Value="25"/>
<Set label="BBB" Value="50"/>
<Set label="CCC" Value="75"/>
</chart>
Output:
<chart linethickness="1" caption="Funnel&Pyramid">
<Set label="AAA" Value="25"/>
<Set label="BBB" Value="50"/>
<Set label="CCC" Value="75"/>
</chart>
Output:
No comments:
Post a Comment