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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top