Hi,
I have added the Nugget package Telerik.Ui.for.Xamarin 2017.1.1220.4 to my Xamarin Forms solution to all projects.
To my XamI I have added the namespaces:
xmlns:telerikCommon="clr-namespace:Telerik.XamarinForms.Common;assembly=Telerik.XamarinForms.Common"
xmlns:telerikGauges="clr-namespace:Telerik.XamarinForms.DataVisualization.Gauges;assembly=Telerik.XamarinForms.DataVisualization"
as instructed in the getting started: http://docs.telerik.com/devtools/xamarin/controls/gauge/getting-started/gauge-getting-started
All works fine and I can show some gauges.
Now I want to add some a telerikGauges:GaugeBarIndicator or a telerikGauges:GaugeRangeBarIndicator to my xaml but I get an error:
"Type telerikGauges:GaugeBarIndicator not found in xmlns clr-namespace:Telerik.XamarinForms.DataVisualization.Gauges;assembly=Telerik.XamarinForms.DataVisualization"
I am using compiled xaml. What am I missing here? Do I need to add some ExportRenderer like RadCartesianChart? There is nothing to be found in the documentation about this.
Is there an XF example project with gauges I can download? That would be helpful.