BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<gauge:SfCircularGauge.Scales> <gauge:Scale NumberOfDecimalDigits="4" StartAngle="135" StartValue="0" EndValue="100" Interval="10" SweepAngle="270" RimThickness="20" RimColor="Gray" MinorTicksPerInterval="0"> <gauge:Scale.Ranges> <gauge:Range StartValue="0" EndValue="70" Thickness="10" Color="#2bbfb8" /> <gauge:Range StartValue="70" EndValue="100" Thickness="10" Color="#444444" /> gauge:Scale.Ranges> gauge:Scale> gauge:SfCircularGauge.Scales> gauge:SfCircularGauge>
Error: Unhandled Exception: System.MissingMethodException:occurred or System.MissingMethodException: Method 'Syncfusion.SfGauge.XForms.Scale.get_Ranges' not found.
Any help would be appreciated.
Thanks
Hi,
Thanks for the reply.
I cleared the cache etc and i still get the error.
when i remove the code below It works again.
<gauge:Scale.Ranges> <gauge:Range StartValue="0" EndValue="70" Thickness="10" Color="#2bbfb8" /> <gauge:Range StartValue="70" EndValue="100" Thickness="10" Color="#444444" /> gauge:Scale.Ranges>
I've tried from 15.2.0.40 to 15.2.0.46 and the same code works but 15.3.0.26 doesn't.
Thanks
Stef
Hi Aswin,
I basically had to uninstall the Syncfusion Essential studio 15.2.0.40 from the pc. After looking in the project assembly it was still there (15.2.0.40) and after uninstalling Syncfusion Essential studio it worked.
I just assumed by removing the references of it for each project, that would be enough. Clearly not!!
Thanks for your help.
Stef