patricktully Posted September 21, 2011 Report Share Posted September 21, 2011 Hello, I am using ChartFX 6.2 COM version. When I have a pie chart, I call the following two methods to display the data percentage point values assigned to each point of the pie: .PointLables = True .PointLabelMask = "%p" However, the percentage values always show two decimal places. What do I need to do get the data to show a different number of decimal places (i.e. one or none)? Thanks, Patrick Quote Link to comment Share on other sites More sharing options...
patricktully Posted September 22, 2011 Author Report Share Posted September 22, 2011 I found out the answer by doing a bit more research. In case anyone is interested, here is how it is done. '## Note that my label data was on the first axis, hence .Axis(0). Chart.Axis(0).LabelsFormat.Decimals = 0 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.