How to create a cells inside grids in MpAndroidchart library? Sample Image: https://i.stack.imgur.com/9fNd2.png
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I think your best bet is to change the background of the chart. Since the chart is transparent by default, if you manage to get hold of the background picture like in your image, you could use the drawable and change the chart's background and tinker around with it.
You could use this for your chart:
In your XML : android:background="....."
or setBackgroundResource(.....)
in your java.