Hi,
I'm trying to display a simple doughnut chart, It is working on Android and iOS but on UWP it only show me the legend. I already tried to change the chart type but it doesn't works too.
I'm developing on Visual Studio 2017, i already tried to create the instance of SfChartRenderer on main page and tried to add the assemblies to Forms.Init, no success! =(
The chart working using this sample http://www.syncfusion.com/downloads/support/forum/127079/ze/SimpleSample-706470217, but it was made using an old version of charts.
Had anyone this problem?
I'm sending a print screen, on this print screen I had copy the code from sample a put on my app. I have the same issue, the axis is displayed but the data is not plotted.