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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top