I'm having the same exception as was mentioned above. Below is a stacktrace for the exception. I've version 18.2.0.59 of the Syncfusion.Xamarin.SfChart pluggin and Xamarin.Forms version 4.8.0.1451
{"exception": {
"type": "System.NullReferenceException",
"message": "Object reference not set to an instance of an object",
"stackTrace": " at Syncfusion.SfChart.iOS.SFChart.MeasureLegend () <0x1033acc10 + 0x000b0> in
<4bb3229299914025ba4a3630d627c1e0#f75147d7b4b47c546bd51b7c691b6216>:0
at Syncfusion.SfChart.iOS.SFChart.UpdateChart () <0x1033a8710 + 0x01353> in
<4bb3229299914025ba4a3630d627c1e0#f75147d7b4b47c546bd51b7c691b6216>:0
at Syncfusion.SfChart.iOS.SFChart.LayoutSubviews () <0x1033a86e0 + 0x0001b> in
<4bb3229299914025ba4a3630d627c1e0#f75147d7b4b47c546bd51b7c691b6216>:0
at (wrapper managed-to-native) UIKit.UIApplication.xamarin_UIApplicationMain(int,string[],intptr,intptr,intptr&) at
UIKit.UIApplication.UIApplicationMain (System.Int32 argc, System.String[] argv, System.IntPtr principalClassName,
System.IntPtr delegateClassName) <0x10170c750 + 0x00033> in
<153620f857f54f9c9ab1e7a1e6853772#f75147d7b4b47c546bd51b7c691b6216>:0 at
UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
<0x10170c820 + 0x0005f> in <153620f857f54f9c9ab1e7a1e6853772#f75147d7b4b47c546bd51b7c691b6216>:0
at SmartRock.iOS.Application.Main (System.String[] args) <0x1005e2140 + 0x00023> in :0 ",
"frames": [ {
"code": "Syncfusion.SfChart.iOS.SFChart.MeasureLegend () <0x1033acc10 + 0x000b0> in
<4bb3229299914025ba4a3630d627c1e0#f75147d7b4b47c546bd51b7c691b6216>:0",
"className": "Syncfusion.SfChart.iOS.SFChart", "methodName": "MeasureLegend ()" },
{ "code": "Syncfusion.SfChart.iOS.SFChart.UpdateChart () <0x1033a8710 + 0x01353> in
<4bb3229299914025ba4a3630d627c1e0#f75147d7b4b47c546bd51b7c691b6216>:0",
"className": "Syncfusion.SfChart.iOS.SFChart", "methodName": "UpdateChart ()" },
{ "code": "Syncfusion.SfChart.iOS.SFChart.LayoutSubviews () <0x1033a86e0 + 0x0001b> in
<4bb3229299914025ba4a3630d627c1e0#f75147d7b4b47c546bd51b7c691b6216>:0",
"className": "Syncfusion.SfChart.iOS.SFChart", "methodName": "LayoutSubviews ()" },
{ "code": "(wrapper managed-to-native) UIKit.UIApplication.xamarin_UIApplicationMain(int,string[],intptr,intptr,intptr&)" },
{ "code": "UIKit.UIApplication.UIApplicationMain (System.Int32 argc, System.String[] argv, System.IntPtr principalClassName,
System.IntPtr delegateClassName) <0x10170c750 + 0x00033> in
<153620f857f54f9c9ab1e7a1e6853772#f75147d7b4b47c546bd51b7c691b6216>:0",
"className": "UIKit.UIApplication", "methodName": "UIApplicationMain (System.Int32 argc, System.String[] argv,
System.IntPtr principalClassName, System.IntPtr delegateClassName)" },
{ "code": "UIKit.UIApplication.Main (System.String[] args, System.String principalClassName,
System.String delegateClassName) <0x10170c820 + 0x0005f> in
<153620f857f54f9c9ab1e7a1e6853772#f75147d7b4b47c546bd51b7c691b6216>:0",
"className": "UIKit.UIApplication", "methodName": "Main (System.String[] args, System.String principalClassName,
System.String delegateClassName)" },
{ "code": "SmartRock.iOS.Application.Main (System.String[] args) <0x1005e2140 + 0x00023> in :0",
"className": ".iOS.Application", "methodName": "Main (System.String[] args)" } ],
"wrapperSdkName": "appcenter.xamarin"
}}