标签: ios5 core-plot
CPTFill *chartSlice = [[[CPTFill alloc]initWithColor:[self.setOfColors objectAtIndex:index]]autorelease] ; return chartSlice;
通过使用上面的代码为每个饼图切片创建填充。但问题是在将新数据更新为饼图时不显示新切片。它在重新启动应用程序时显示。