2015-04-02 76 views

回答

22

你所談論的值屬於Legend

要禁止他們(防止它們被顯示),調用

Legend l = chart.getLegend(); 
l.setEnabled(false); 
+1

在新版本中,您應該使用 'chart.setDrawLegend(false);' – 2015-05-15 11:52:43

+0

這是舊版本:-) – 2015-05-15 11:55:41

0

嘗試pieChart.setDrawSliceText(false)

+0

的背面沒有,這將從餅圖的內部刪除x值,但我們在餅圖右上角有一個x值列表,在此列表下我們有餅圖標籤,我想刪除此列表和標籤 – 2015-04-03 09:18:50

0

,你可以這樣設置

linechart.setData(); 
... 
linechert.getLegend().setEnable(false); 

走了傳說應該是在使用setData()