【发布时间】:2015-09-07 17:12:52
【问题描述】:
我需要在 MPAndroidChart 中添加一个图例,就像这个链接的图片一样 https://drive.google.com/file/d/0B84Wox8FntslUVhiM1R1OTJqbEE/view?usp=sharing
【问题讨论】:
标签: android charts mpandroidchart
我需要在 MPAndroidChart 中添加一个图例,就像这个链接的图片一样 https://drive.google.com/file/d/0B84Wox8FntslUVhiM1R1OTJqbEE/view?usp=sharing
【问题讨论】:
标签: android charts mpandroidchart
这样试试
chart.getLegend().setPosition(LegendPosition.LEFT_OF_CHART);
【讨论】: