作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
有什么办法可以解决 setDrawSliceText
is deprecated 的问题。我没有找到任何解决方案。
如何获取pieChart.setDrawSliceText(false);
最佳答案
它已被弃用,但在其 javadoc 中指出:
/**
* Set this to true to draw the entry labels into the pie slices (Provided by the getLabel() method of the PieEntry class).
* Deprecated -> use setDrawEntryLabels(...) instead.
*
* @param enabled
*/
所以改用setDrawEntryLabels
关于android - setDrawSliceText(boolean) 已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47094432/
我是一名优秀的程序员,十分优秀!