Hi there,
I have a question regarding pie chart redrawing. I am not sure if it works, but is it possible to dynamically update the values of an existing pie chart?
I was able to display the chart when page started(image1 in attach files). I am trying to trigger an event through Xamarin Picker and update the number of the same chart.I was able to change the variable(an ObservableCollection), but the chart never changed.
Is there anything I missed?