5

I am using Achartengine for my application as chart generation tool, I am not able to change the main background view of the chart though the theme is sel as "light holo" (ICS) still it gets black when I add the GraphicalView to the linear layout. The attached image can be helpful.

enter image description here

I have tried changing the layout color programmatically still no success.

MGD
  • 723
  • 2
  • 11
  • 36

1 Answers1

12

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

Dan D.
  • 32,246
  • 5
  • 63
  • 79