Xamarin.Forms: How To Populate A Pie Chart From Web API Data?
问题 Good Day Everyone. I'm creating a Xamarin.Forms Portable Application. And I'm currently coding a PieChart (OxyPlot) that contains static data . What I want to do is to have a Dynamic Data in every Pie Slice I have. Meaning, the data should come from my database. I'm already able to retrieved data from my database and display it as a List in the Mobile Application that I'm creating using Web Api like this one : ClientListPage.xaml <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns=