Sign in to follow this  
Sanjay

Number Formatting Problem

Recommended Posts

Hi,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

I am using the ScrollCombiDY2D.swf in my chart and doing some number formatting internally like I am plotting this number

Share this post


Link to post
Share on other sites

Please find the xml file as below:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><chart xaxisname="Month" useRoundEdges="1" showValues="0" showFCMenuItem="0" showBorder="0" sFormatNumberScale="1" numberScaleValue="1000,1000,1000" numberScaleUnit="K,M,B" formatNumber="1" decimals="2" bgColor="FFFFFF" SYAxisName="Sales Value Sales Target" PYAxisName="Actual to Target Sales %"><categories><category label="DEC"></category><category label="NOV"></category><category label="OCT"></category></categories><dataset seriesName="Actual to Target Sales %"><set value="0" toolText="Actual to Target Sales %&lt;BR&gt;DEC&lt;BR&gt;0.00"></set><set value="251.27" toolText="Actual to Target Sales %&lt;BR&gt;NOV&lt;BR&gt;251.27"></set><set value="251.66" toolText="Actual to Target Sales %&lt;BR&gt;OCT&lt;BR&gt;251.66"></set></dataset><dataset seriesName="Sales Value" renderAs="Line" parentYAxis="S"><set value="48701.99" toolText="Sales Value&lt;BR&gt;DEC&lt;BR&gt;48,701.99"></set><set value="31360527.05" toolText="Sales Value&lt;BR&gt;NOV&lt;BR&gt;31,360,527.05"></set><set value="31409229.04" toolText="Sales Value&lt;BR&gt;OCT&lt;BR&gt;31,409,229.04"></set></dataset><dataset seriesName="Sales Target" renderAs="Line" parentYAxis="S"><set value="0" toolText="Sales Target&lt;BR&gt;DEC&lt;BR&gt;0.00"></set><set value="12480918" toolText="Sales Target&lt;BR&gt;NOV&lt;BR&gt;12,480,918.00"></set><set value="12480918" toolText="Sales Target&lt;BR&gt;OCT&lt;BR&gt;12,480,918.00"></set></dataset><styles><definition><style type="font" size="10" name="MyFirstFontStyle" font="Arial" color="000000"></style><style type="font" name="toolName" isHTML="1" bold="1"></style></definition><application><apply toObject="Caption" styles="MyFirstFontStyle"></apply><apply toObject="TOOLTIP" styles="toolName"></apply></application></styles></chart>

kindly let me know the solution.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this