2
votes

I have created a pie chart using core plot . I have attached image below for your reference.

enter image description here

I have used negative value of label offset so that label be inside the pie slice . I wanted to fit label

Dummy

in each slice properly so that they can not overlap and fit in each pie slice accordingly.

Please suggest.

Regards, Amit

1

1 Answers

2
votes

This currently not supported. You can make a feature enhancement request on the Core Plot issue tracker.

You could make custom labels and attach them to the plot using annotations. You'll have to calculate the anchor point and rotation angle for each label.