Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top