Well, previous message you show me how to do this without any renderers and it works, but not in my code.
My question is: how can I do this avoiding extra code? because you got it in your isolated example.
By the way, I am looking the approach you sent me and I don't like it too much:
- In iOS, we are messing the AppDelegate instead of use a CustomRenderer.
- In Android, your solution applies to all the charts, not to only the PieSeries charts, and I don't understand why you have to create a new instance of the renderer in the MainActivity. I have a lot of Renderers and anyone needs to be manually instantiated.
Thanks.