0
votes

I need to plot pie chart using core plot in following slice way i.e slice at some distance.

please suggest me some way.

enter image description here

2

2 Answers

1
votes

Implement the following method in your datasource:

-(CGFloat)radialOffsetForPieChart:(CPTPieChart *)pieChart
                      recordIndex:(NSUInteger)index;

See the donut chart example in the Plot Gallery app for a sample.