'How to set percentage value below Label in Pie chart

I want to place Percentage value(0.92) below, Label(EUR) in Pie chart. As shown below picture example.

enter image description here

I using MPAndroidChart, in which its showing as below enter image description here

I tried to set using value below lable using library but not found it.

Please help on it. Thank you.



Solution 1:[1]

set this:

setValueFormatter(PercentFormatter())

to PieData

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SadeQ digitALLife