How to prevent Overlapping Pie Labels?
-
Wednesday, May 09, 2012 12:08 PM
I'm using the Chart Controls in VS2008 that is MSChart Control. Can anyone please help with any advice as to how to avoid overlapping my pie labels? I can't use "Outside" labels because it makes the pie so tiny. I have tried Smart Label properties as shown below.
Chart1.Series("Default").SmartLabelStyle.Enabled = True
Chart1.Series("Default").SmartLabelStyle.AllowOutsidePlotArea = LabelOutsidePlotAreaStyle.No
Chart1.Series("Default").SmartLabelStyle.CalloutLineAnchorCapStyle = LineAnchorCapStyle.None
Chart1.Series("Default").SmartLabelStyle.CalloutLineColor = Color.Red
Chart1.Series("Default").SmartLabelStyle.CalloutLineWidth = 1
Chart1.Series("Default").SmartLabelStyle.CalloutStyle = LabelCalloutStyle.None
which doesn't seem to make any difference.....
i have also tried Custom Property PieLabelStyle=Outside though it doesn't make any difference...
NOTE:Question With Screen Shot here
Pritesh
All Replies
-
Wednesday, May 09, 2012 12:43 PM
Hello,
Follow the thread below. It may help you.
http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/d2e15d64-38b0-419b-bca1-b10e43e134f6/
- Proposed As Answer by Challen FuModerator Friday, May 11, 2012 8:51 AM
- Marked As Answer by Challen FuModerator Sunday, May 20, 2012 3:42 PM

