We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

RangePointer.Offset is deprecated

Hi,

In the latest version it returns me error for RangePointer.Offset. Is it deprecated/ breaking change? in the list only there is 
  • #180348,180242,179245,179227 - RangePointer will render without setting RangePointer.Offset value.
does that mean it will render even if we dont set it or totally not needed any longer? 

 <gauge:RangePointer Value="{Binding Path=BindingContext.RangeValue, Source={x:Reference Name=popupTimer}}" Color="#CC0000" Thickness="20">
                  <!--<gauge:RangePointer.Offset>
                    <OnPlatform x:TypeArguments="x:Single" iOS="0.9" Android="0.9" WinPhone="1" />
                  </gauge:RangePointer.Offset>-->
                </gauge:RangePointer>

4 Replies

EM Emil August 9, 2017 11:01 AM UTC

When i remove the offset, I dont see any progress. Something is breaking here. can you please help?



AK Ashwin Kumaravel Syncfusion Team August 9, 2017 12:29 PM UTC

Hi Emil,

Thanks for contacting Syncfusion Support.

For better follow up, we have created an incident under your account,

Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents/  

Regards,
Ashwin K



WS William Smith September 19, 2017 05:50 PM UTC

Any progress on this issue?  I am running into the same problem since updating to the latest nuget package.



AK Ashwin Kumaravel Syncfusion Team September 20, 2017 07:05 AM UTC

Hi William,

Thanks for using Syncfusion products,

Query 1- latest version it returns me error for RangePointer.Offset. Is it deprecated/ breaking change?

Since we have modified the existing behavior of the Range pointer settings, so can you please set Offset as 1 for range Pointer and Radius factor for scale to overcome this issue.

Query 2- Range Pointer will render without setting Range Pointer offset value.

Yes, Range Pointer will render without setting offset value by taking its default offset value as 1.

Please get back us if you have any concern.

Regards,
Ashwin


Loader.
Up arrow icon