Hi Derrick,
Thanks for your interest in Syncfusion Products.
Query #1
NeedlePointer Support:
We have “LengthFactor” support to increase the length of the needle pointer. Please find the code example below.
C#: rangePointer = new RangePointer(); needlePointer.LengthFactor=1.5; pointers.Add(needlePointer); |
C#: |
Query #3:
Ticks position can be adjusted by using Ticks (Major and Minor Ticks) Offset properties (Values can be adjusted by platform specific tweaks of xamarin). Please find the code example below:
C# TickSettings minor = new TickSettings(); minor.Offset = 0.5; scale.MinorTickSettings = minor;
TickSettings major = new TickSettings(); major.Offset = 1; scale.MajorTickSettings = major; |
Query #4:
We have fixed the LabelFontSize issue in CircularGauge Xamarin (Android). This issue fix will be included in our upcoming Vol3 Service pack 2 release which is expected by first week of December. We will update you once the implementation has been rolled out. We appreciate your patience until then.
Query #5:
Long values are displayed overlapping the chart:
Based on your provided information, your requirement can be achieved by setting “NumberOfDecimalDigits” property of CircularGauge Scale. Please find the code example below.
C# scale.NumberOfDecimalDigits = 1; |
If the provided information doesn`t meet your requirement could you please provide more information along with sample with its replication procedure (Mention Xamarin mobile Platform)? It will be very helpful for us to analyse on it and provide you the possible solution.
Please let us know, if you need any further assistance on this.
Regards,
Nijamudeen M.
Hi Derrick,
We have created a separate incidents for this query, please login to below location to have follow up regarding this query.
Link: https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Please let us know if you have any concern.
Regards,
Nijamudeen M.