I did this in my delegate to change the legend color to be black(I was trying to set background to be white and all legend color to be black),but it turns out to be blue,wondering why?
-(UIColor *)frd3DBarChartViewControllerColumnLegendColor:(FRD3DBarChartViewController *)frd3DBarChardViewController{
return [UIColor colorWithRed:0 green:0 blue:0 alpha:1];
}
I did this in my delegate to change the legend color to be black(I was trying to set background to be white and all legend color to be black),but it turns out to be blue,wondering why?
-(UIColor *)frd3DBarChartViewControllerColumnLegendColor:(FRD3DBarChartViewController *)frd3DBarChardViewController{
return [UIColor colorWithRed:0 green:0 blue:0 alpha:1];
}