Hi Roger,
Thanks for the update.
Specify the axis to the individual series using XAxis and YAxis properties of chart series. Please find the modified code of ChartPage.xaml page from the attachment.
Please refer the following user guide to learn more about adding multiple series with separate axis.
https://help.syncfusion.com/xamarin/sfchart/chartseries#multiple-series
You can also position the axis at opposite side of the chart using OpposedPosition property of chart axis.
https://help.syncfusion.com/xamarin/sfchart/axis#placing-axes-at-the-opposite-side
Thanks,
Prabakaran
Hi Roger,
I am aware of your requirement and have a knowledge about this thread. But, I have ensured the output in Android and iOS platforms and not in UWP, sorry about that.
Just now realized that there is a mistake in custom renderer in UWP platform that ignores the mapping of XAxis and YAxis to native chart. Please download the updated sample from the attachment. I have used the methods available in source for replacing the FastLineSeries with FastLineBitmapSeries instead of manually mapping the required properties.
Additionally, you can hide the gridlines of any axis(if required) using ShowMajorGridLines property of chart axis. Please refer the following user guide.
https://help.syncfusion.com/xamarin/sfchart/axis#grid-lines-customization
Please
let me know if you have any question.
Thanks,
Prabakaran