Hi Milad,
Thanks for your update.
Query1. When I am trying to create a new normal UWP project in my VS19, nothing created but I can create new Syncfusion Universal Windows Application.
Can you please confirm us whether you are facing the reported issue trying to create new UWP project after migrating the Syncfusion Universal Windows Application or not. It will be helpful for us to provide a prompt solution on this
Query2. When I want to migrate my existing application to Syncfusion UWP, in order to add SfChart, by Project Migration tool in Essential Studio, there were no Syncfusion controls in migrated project. so I can't use SfCharts,
We have checked the reported issue with the lower versions(Target Version: 1093 build 18362 Minimum version: 1809 build 17763 OS version: build 18363.1198),but we are unable to reproduce the reported issue. We can able to add the SFChart control from tool box. We will check the reported issue with your provided OS version and we will update you the further details on 7th December 2020.We appreciate your patience until then.
Please refer the below help documentation link.
Query3. I've tried to add SfCharts dll to the references manually, in this case I can add a SfChart but in runtime, the chart is blank!
Could you please confirm whether you have added the reference of SfChart properly as per in below guidelines?
And also, please ensure,
If you are deploying the application in release mode with enabling .Net Native tool chain then please use the below code, to render the chart
App.Xaml.cs
List<Assembly> assembliesToInclude = new List<Assembly>();
assembliesToInclude.Add(typeof(Syncfusion.SfChart.XForms.UWP.SfChartRenderer).GetTypeInfo().Assembly);
Xamarin.Forms.Forms.Init(e , assembliesToInclude);
|
(OR)
Please check whether you have provided DataContext properly to populate the collection to series and let us know if you need any further assistance on this.
Regards,
Elakkiya