Hi,
Is it possible to change the legend's background color ?
I try chart.legend.backgroundColor = [UIColor redColor] but nothing change and it still white.
Thanks.
Look at the areaColor property on the legend's style:
chart.legend.style.areaColor = myColor;
Thanks,Jan
Hi Jan,
Yes it works, my legend is now red!
Thank you.
Glad I could help!