Reputation: 865
I need to plot pie chart using core plot in following slice way i.e slice at some distance.
please suggest me some way.
Upvotes: 0
Views: 370
Reputation: 27381
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.
Upvotes: 1