Hi Divya,
After compiling the sample for Release, the sector color rendered properly on Android M (actual device, non-rooted).
It seems the problem appears under following observed conditions:
1. Debug build (using default configuration i.e. Shared Runtime enabled)
2. Xamarin.Forms 2.5 using .NET Standard project
3. Android M (though I haven't tested on Android L, N or Android O)
4. Pie chart has 0 value in one or more sectors
With the above conditions, after turning off Shared Runtime in the Android project properties, the problem went away.
Since Release mode configuration works well, I think this is a non-issue now -- though the default Debug mode configuration quirk is worth noting.
Anyway, thanks so much for the support.
Jason