0
在CorePlot中,如果創建CPTPieChart
對象,則數據切片的默認顏色看起來是綠色,紅色和藍色。更改CPTPieChart的默認顏色
我該如何改變它們?下面的代碼片段我用來創建圖形..
pieChartGraph = [[CPTXYGraph alloc] initWithFrame:self.pieChartgraphHostView.bounds];
peChart.dataSource = self;
//... code
// pieChart addSublayer:
self.dataForChart = [@[@25.0, @25.0, @48.0, @2.0] mutableCopy];