How can I remove the labels from a pie chart

Hello,
I have this small pie chart and its being squished by the labels. Is it possible to remove them?
image

thank you

nevermind… it was straight forward

pieChart.setLabelsEnabled(false);