想要删除mpAndroidchart图中的图例

时间:2017-12-04 13:57:48

标签: android android-layout graph mpandroidchart

想要删除mpAndroidchart图表中的图例 want to remove legend in mpAndroidchart graph

2 个答案:

答案 0 :(得分:2)

以下代码是您的解决方案!     BarChart barchart =(BarChart)findViewById(R.id.mybarchart);

barchart.getLegend().setEnabled(false); 

答案 1 :(得分:0)

最近我发现它添加行

               mChart.getLegend().setEnabled(false);