Cannot add SfChart to my iOS project

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?

1 Reply

SP Saravana Pandian Murugan Syncfusion Team April 4, 2017 06:25 AM UTC

Hi Robert, 
  
Thanks for contacting Syncfusion support. 
  
We suggest you to add the below namespace to resolve this issue. 
  
Namespace name: 
  
  
using Syncfusion.SfChart.XForms.iOS.Renderers; 
  
  
Please let us know if you have any other queries. 
 
Regards, 
Saravana Pandian M. 


Loader.
Up arrow icon