android - How to change the background color of the graph using achartengine
问题 I implemented the Line graph using the achartengine. But i want change the line graph background color. Somebody suggest that the following code for changing the background color. mRenderer.setApplyBackgroundColor(true); mRenderer.setBackgroundColor(Color.RED); But it will not change the entire background. I want to change the entire background is it possible? if yes, then how to do it please can anybody help me.The following image is the output of the previous code.I want to change the