|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/30/2008 1:57:12 AM
Posts: 4,
Visits: 13
|
|
Hi, I am using the ScrollCombiDY2D.swf in my chart and doing some number formatting internally like I am plotting this number “1754.37” and showing it on PYAxis. Now its in thousand format that’s why I am getting the on PYAxis with suffix like in “3.6K” by default. But when I convert it to Million its coming “1.75437603” and in this case I am not getting anything suffix like “M” and for Billion its forming “0.00175437603” here I should expect suffix like “B” on the PYAxis. Here I am giving the following xml code which I am following. <chart showvalues='0' formatNumber='1' formatNumberScale='1' numberScaleValue='1000,1000,1000' numberScaleUnit='K,M,B' > I need to display on PYAxis like “M” & “B” Format. One more thing I would like to ask, for displaying suffix at SYAxis for this chart I am getting the attribute like “sNumberSuffix” & it works fine likewise if I want to add some suffix at PYAxis on the same chart there is no attribute like “pNumberSuffix” Kindly give me some solutions for this issue. Thanks & Regards, Sanjaya Kumar Das
|
|
|
|