sblanchard Posted August 21, 2007 Report Share Posted August 21, 2007 Hi, Another bug I found today, the values display above each bar on a bar graph seems to be truncated look at this screenshot the correct values for the 3rd and 4th bars are 2778 and 2235. Is there a solution to avoid this problem ? Regards Quote Link to comment Share on other sites More sharing options...
Frank Posted August 21, 2007 Report Share Posted August 21, 2007 The labels are being overlapped by the bars. To bring the labels on top of all the bars set: chart1.AllSeries.PointLabelOrganizer.Enabled = true; Quote Link to comment Share on other sites More sharing options...
sblanchard Posted August 22, 2007 Author Report Share Posted August 22, 2007 Thank you Frank 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.