Skip to content Skip to sidebar Skip to footer

Android Issue With Achartengine: Set Image In Margin

Is it possible to set an image to background margin ? I usually use mRenderer.setMarginsColor(Color.argb(0x00, 0x01, 0x01, 0x01)) but i want to set an image.

Solution 1:

You cannot set image as background in AChartEngine as it is out of the box. I don't see any value in that.


Post a Comment for "Android Issue With Achartengine: Set Image In Margin"