piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Can't set the padding between each slice in a pie chart. #193

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tried some code to implement a pie chart, and it works fine. Now I just want 
to add a white spacing (separator line) between each slice for a better look 
and feel, but can't find out a way to do this. Please notice the attached 
picture which is downloaded from the Downloads tab, there are white lines 
separate all slices one by one, what property should be the correct one? 

Original issue reported on code.google.com by jun....@bhi-technologies.com on 10 Aug 2010 at 12:16

Attachments:

GoogleCodeExporter commented 8 years ago
You can use the borderLineStyle property of CPPieChart. This sets the line 
style used to outline every slice.

Original comment by eskr...@mac.com on 10 Aug 2010 at 10:13

GoogleCodeExporter commented 8 years ago
Thanks, I downloaded the lastest version of CPPieChart, then the 
borderLineStyle is there.

Original comment by jun....@bhi-technologies.com on 11 Aug 2010 at 3:17