I'm trying to remove the entire color background of my graph including this border black color, to start customizing with my own. I've tried:
mrenderer.setApplyBackgroundColor(true);
mrenderer.setBackgroundColor(Color.TRANSPARENT);
Here's the result:
Is there anyway to get it all out there of there?