MPAndroid饼图如何设置无标签
Ho to set MPAndroid piechart no lable
我使用过 MPAndroid PieChart 并且只想显示没有标签的百分比值。当我删除标签时,图表下方的彩色指南也没有标签。如何在不删除指南标签的情况下从 pichart 中删除标签?
为axis设置setDrawLabels(false)
。
setDrawLabels(boolean enabled)
: Set this to true to enable drawing the labels of the axis.
我使用过 MPAndroid PieChart 并且只想显示没有标签的百分比值。当我删除标签时,图表下方的彩色指南也没有标签。如何在不删除指南标签的情况下从 pichart 中删除标签?
为axis设置setDrawLabels(false)
。
setDrawLabels(boolean enabled)
: Set this to true to enable drawing the labels of the axis.