var series = new Com.Syncfusion.Charts.DoughnutSeries();
With a simple one line of code above, DoughnutSeries / PieSeries is crashing on Xamarin.Android with the following stack trace:
System.NullReferenceException: Object reference not set to an instance of an object.
SfChartResources.GetString (System.Globalization.CultureInfo culture, System.String text, System.Int32 resourceID) SfChartResources.get_Others ()
Com.Syncfusion.Charts.CircularSeries..ctor () [0x0008c] in <23b7b85cad50489abf0f061166792c75>:0
Com.Syncfusion.Charts.PieSeries..ctor () [0x00000] in <23b7b85cad50489abf0f061166792c75>:0
Com.Syncfusion.Charts.DoughnutSeries..ctor () [0x0004e] in <23b7b85cad50489abf0f061166792c75>:0
BarSeries and ColumnSeries can initialized without any problem on Xamarin.Android.
I tested on Android 6 and with Syncfusion.Xamarin.SfChart.Android version 17.4.0.39 nuget package.
I tried to use a few previous / older version, but they all also have the same problem on DoughnutSeries / PieSeries.