I am using MPAndroidChart.
How can I remove the description from PieChart? I can remove the Legend with chart.setDrawLegend(false)
PieChart
Legend
chart.setDrawLegend(false)
in kotlin use
chart.description.isEnabled = false