不推荐使用setDrawSliceText(boolean)

ash*_*ish 4 android mpandroidchart

有没有办法解决setDrawSliceText已弃用我没有找到任何解决方案.如何获取pieChart.setDrawSliceText(false);

ple*_*eft 5

它已被弃用,但在其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
 */
Run Code Online (Sandbox Code Playgroud)

所以请setDrawEntryLabels改用