Hi,
I am migrating a from Xamarin Forms to .Net Maui, and I have to integrate SFCircularChart with DoughnutSeries. In the Xamarin Forms app we use the InnerRadius property dynamically when to adjust the size of the series when it has different segments or just only one segment.
In the .Net Maui app we have the same situation but it is not being updated dynamically, we tried to modify it with a bindable property, on the xaml file, and in the code behind file but no success. Here is how it looks like with different segments:

And, we have one case in which we have only one segment:

Do you guys have like a workaround to make it work?
Let me know if you need more information.
Thanks, and regards,
Guillermo Cavazos