I am trying to add SfChart to my PCL project. I have already successfully added SfNavigationDrawer to the project.
I have added
Syncfusion.SfChart.XForms.dll
to my PCL project.
I have added
Syncfusion.SfChart.iOS.dll
Syncfusion.SfChart.XForms.iOS.dll
Syncfusion.SfChart.XForms.dll
to my iOS project.
I have added
using Syncfusion.sfChart.Xforms.iOS;
to AppDelegate.cs
However, when I try to add
new SfChartRenderer();
to FinishedLaunching() I get the error the type or namespace name SfChartRenderer could not be found.
What am I missing?