Bingo Posted July 2, 2007 Report Share Posted July 2, 2007 Hi, I have some decimal values in a database. I pointed that to a pie chart and found that the data is getting rounded off to the nearest integer! How can I avoid that and display data with 2 decimal values? Regards Bingo Quote Link to comment Share on other sites More sharing options...
Frank Posted July 2, 2007 Report Share Posted July 2, 2007 chart.AxisY.LabelsFormat.Decimals = 2; Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.