I have a problem. I\'m making a graph with AChartEngine and I would like to have the background of the whole graph to be transparent:
XYMultipleSeriesRendere
Try setMarginsColor(Color.argb(0x00, 0x01, 0x01, 0x01)); It looks like there's a bug when setting the color as black transparent