bulubuloa/Ultimate-Xamarin-Forms-KIT

Not able to increase font size of Center Text in Pie Chart

Opened this issue · 1 comments

I am utilizing Pie Chart in my Xamarin Forms application. I want to add text center text to my chart. So I utilized below code:
pieChart.DrawCenterText = true; pieChart.CenterText = "60 %";

But I am not able to find any property which can set the font size of this text. Is there any way to increase font size of center text?

As far as I looked into the sources, I wasn't able to locate properties for text in the center of the pie chart (I'm using it and having same issue too). While the original seem to have that implemented, the port lacks it.

And, apparently, this project is as good as abandoned, because it hasn't been updated in almost 2 years now. Which is sad, because most other similar projects are proprietary and/or require monthly subscription I can't afford. 🤷