I'v used MPAndroid PieChart and want to show only percent values without labels. When I remove labels then colored guide below of chart also is without label. How to remove labels from pichart without removing guide labels?
答案 0 :(得分:1)
将axis设置为setDrawLabels(false)
。
setDrawLabels(boolean enabled)
:将其设置为true以启用绘制轴的标签。