I'm evaluating the Syncfusion tools, and am having no success getting a sfGauge to display.
Taking the code-behind from the CircularGauge.xaml.cs in the samples project, I've pasted it into a page's code behind in my app, and all I'm getting is a blank control - just the background colour of the sfGauge.
I've got just the following references in my iOS project
SyncFusion.SfGauge.iOS
SyncFusion.SfGauge.XForms
SyncFusion.SfGauge.XForms.iOS
Do I need to initialise a renderer too? I can't see a SfGauge-specific renderer being initialised in the samples solution.