I am not able to reduce pie chart radius. Only hole radius and transparent circle radius can be altered.
That's because the radius of the chart is determined by the size of the chart-view. So of you want to change the radius, change the size of the view.
@PhilJay Hi i want same size of the chart view but i want to reduce chart radius thickness.
@Shanmugapriyan22 You can use pieChart.setHoleRadius(35);, So the more you set hole radius the chart will become thinner.
@PhilJay Can the entries inside the pie chart be swapped?
the right solution is dataSet.setSelectionShift(10);, that reduce the radius by 10
@Shanmugapriyan22 You can use
pieChart.setHoleRadius(35);, So the more you set hole radius the chart will become thinner.
but if we decrease the hole radius then the color becomes uneven, I want to achieve a thicker slice pie.

Most helpful comment
@Shanmugapriyan22 You can use
pieChart.setHoleRadius(35);, So the more you set hole radius the chart will become thinner.