Question

CPTMutableLineStyle *line=[CPTMutableLineStyle lineStyle];
line.lineColor=[CPTColor whiteColor]

CPTPieChart *pieChart = [[CPTPieChart alloc] init];
pieChart.borderLineStyle=line;

I know this will draw the border between the slices of the pie chart and also around the piechart. but i actually dont want to draw the outer border, just need the border between the slices. Does anyone can give the solution for this, Thanks in advance.

Was it helpful?

Solution

That's not a supported feature right now. Please make a request on the Core Plot issue tracker to have this feature added.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top