I'm using Xamarin.Forms.
I found this post which I've used to define colors for the pieces of the doughnut series: http://www.syncfusion.com/forums/120998/change-color-of-Piechart, however, I would like to know if it is possible to specify the color of a piece based on the value. For example, I have two sets of items;
GOOD and
BAD, and I'd like to make sure the GOOD section is Green and the BAD section is Red. In other examples, I may have 3 parts to the pie and want the third OTHER part to be LightBlue. Do you have any examples on how to do this, I'm assuming involving Binding Converters?
Thank you,
John