Sign in to follow this  
andrei

Force decimals on Y axis

Recommended Posts

Hello,

 

 

 

I'm using a Scatter chart and I can't force decimals on the Y axis. I want to add the extra '000...' at the end. Now the chart shows me: "5,340,343" instead of "5,340,343.00". Each number must have 2 decimals even is they are '00', is this possible ? ( I set the attribute yAxisValueDecimals=2 )

 

 

 

Thank you v much ! :)

Share this post


Link to post
Share on other sites

The attribute "forceDecimals" is set to '1', but it seems that this affects only the values that have some decimals ( value: 5,034,044.349 is converted to 5,034,044.35 ). My problem is: for the numbers with no decimals, the extra zeros are not added. This is not so bad...but the chart looks a bit unorganized.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please send us the XML codes that you are using?

Awaiting your reply.

Share this post


Link to post
Share on other sites

Hi

Me too facing the sme issue how do i force the yaxis decimals.

it is not working by setting forceDecimals to 1 .

 i want to display $1 as $1.00, $1.2 as $1.20 etc

Can you help me in this regard

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