I am generating a pie chart in c# code. The resulting pie chart looks good, except that the labels are all straight along the centre, instead of where they are supposed to be, as can be seen in the image. Any idea what I am doing incorrectly?
Please disregard. I noticed that I was setting the AxisName for this series, which causes the issue. If I do not set the axis name (which was used for bar and line type charts) then the labels are in the correct location.