RimThickness of a scale is not working

Hi,

I see that Scale's rim thickness isn't working.

mainScale.RimThickness = 40; // It ignores and shows the default thickness

Thanks and regards,
John

5 Replies

SG Sri Gayathri Gopalakrishnan Syncfusion Team November 17, 2017 04:48 PM UTC

  
Hi John, 
Thanks for using Syncfusion Products, 
Query: Rim Thickness is not working 
We were unable to reproduce the reported issue at our end. We have prepared simple sample and tested in three platforms, please download sample from the below link 
Screenshot
      
Since we are not aware of the exact scenario issue reproduced, we would like to know the following details to analyse further and to provide you the solution sooner, 
-Modify existing sample to replicate your scenario 
-Provide your Product version and Xamarin package version 
Note: We have used 15.2.0.43 version for Syncfusion.Xamarin.SfGauge  
Please get back to us for further assistance. 
Regards, 
Sri Gayathri. G 



JS John Stephen Mangam November 17, 2017 05:31 PM UTC

Hi Gayathri, 

Thank you for the message.

For me too, earlier versions worked fine.

I face the issue in the current versions. They are:
Xamarin: 2.5.0.91635
SfGauge: 15.4.0.17

Thanks & regards,
John


SG Sri Gayathri Gopalakrishnan Syncfusion Team November 20, 2017 12:41 PM UTC

Hi John,

Thanks for the update.

Query: RimThickness of a scale is not working

We would like to inform you that we have revamped circulargauge control, since we made improvements in control, by default ScaleStartOffset and ScaleEndOffset property will work instead of RadiusFactor and RimThickness.This modification done to avoid density based issues in all platforms. Instead of using RimThickness you can also set ScaleStartOffset and ScaleEndOffset. If you wish to use RimThickness, please set RadiusFactor to 1 in your code.

Code Snippet: 
MainScale.RadiusFactor = 1;

Please let me know in case of any concern.

Regards,
Sri Gayathri. G 



JS John Stephen Mangam November 20, 2017 01:38 PM UTC

Hi Gayathri,

Thanks a lot for the information.

Thanks and regards,
John


SG Sri Gayathri Gopalakrishnan Syncfusion Team November 21, 2017 12:43 PM UTC

Hi John,

Thanks for your response and please get back to us if you need any other assistance

Regards,
Sri Gayathri.G

Loader.
Up arrow icon