Pergunta

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.

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top