I am using the library MPAndroidChart.
I am struggling with getting the View
object that represents the TextView
inside the PieChart
("Blabla" in the following example image):
I need the View
object because I need to pass it to a Showcase
library in order to make a showcase around that TextView
. The library needs to get the position and size of the object it has to draw a showcase around.
The only thing I have is the PieChart
object. And from that I need to get the TextView
object that represents the center text.
Do you have any guess on how I can do this?