Adjust background color to view achartengine chart

I use Achartengine for my application as a charting tool, I can’t change the main background view of the chart, although the sel theme as “bright head” (ICS) is still black when I add GraphicalView to the linear layout. The attached image may be useful.

enter image description here

I tried to change the color of the layout programmatically, but still failed.

+5
source share
1 answer

You can do this using renderer.setMarginsColor(color);

+12
source

All Articles