I logged it as an incident but should have being here.
Looking for some assistance in getting my charts to show in a Viewpager fragement.
A new instance of a fragment is created for each tab.
Currently I just want to get a graph on each fragment. (Now it will be the same graph and same data)
The programming as in the example is building fine when I am not adding the chart to the layout.
layout.AddView(reloadData);
layout.AddView(labelFragment);
//layout.AddView(chart);
return layout;
Please uncomment the line above in PageFragemt.cs (line 101) and attempt to build.
Stepping through the program is fine.
Then at the end. Presented is System.NullReferenceException: Object reference not set to an instance of an object.
I have tried multiple ways and in the example. I am using the Items Source example from the Syncfusion site.
Can you please see if I am doing something wrong and assist what I should be doing.
Thank you.