Hi Seymen,
Thank you for your interest in Syncfusion products.
Based on the provided information we have checked your requirement with CirculraGauge RangePointer not to overlap with the Scale labels in Xamarin Forms and it can be achievable. By setting RGBA value to the RangePointer Color with the required alpha value, you can achieve your requirement. You can also change the Scale label offset with the Labeloffset property (RangePointer and Range Offset as well). Please refer the below code example,
[c#]
rangePointer.Color = Color.FromRgba(0, 1, 0, 0.5); // reduced opacity
scale.LabelOffset = 0.1;
|
We have also prepared simple sample based on your requirement, please find the below sample,
If the given solution doesn’t meet your requirement, could you please revert to us by modifying the provided sample with more information about your query? It will be helpful for us to analyze on it and provide you a better solution.
Regards,
Subburaj Pandian V.