如何在iPhone中使用core-plot放大和缩小饼图?有什么建议吗?
发布于 2011-11-13 22:54:19
更改pieRadius以更改饼图的大小。
发布于 2012-11-21 20:42:32
试试这个:
-(void)pieChart:(CPTPieChart *)plot sliceWasSelectedAtRecordIndex:(NSUInteger)index{
plot.pieRadius+=10;
}https://stackoverflow.com/questions/8112105
复制相似问题