Posted 28 Oct 2015 Link to this post
How do I change the background color of an Android chart? For example, instead of the default bright / white background, I'd like to change it to black.
Kindly provide a way to do this during runtime, if possible.
chart.setBackgroundColor(0xff000000);
Thank you.