No ticks and labels displayed

Hi,
when i create a SFCircularGauge with this Scale-Parameters

            var scale = new Scale()
            {
                StartValue = 0.0,
                EndValue = 1.0,
                StartAngle = 135,
                SweepAngle = 270,
                RimThickness = 50,
                RimColor = Color.FromHex("#EAE9E9"),
                LabelColor = Color.Gray,
                LabelOffset = 0.2,
                MinorTicksPerInterval = 5,
                MajorTickSettings = new TickSettings { Length = 20, Color = Color.Black, Thickness = 5 },
                MinorTickSettings = new TickSettings { Length = 5, Color = Color.Black, Thickness = 3, Offset = 0.1 },
            };

there are no ticks and labels displayed (tested only on iOS).

How do i get ticks and labels displayed ? Bug ??

Thanks in advance
Helmut

2 Replies

HL Helmut Lubik May 3, 2015 01:12 PM UTC

Sorry, my mistake. I've forgot to set the Interval.
But the label is wrong. See screenshor.




NM Nijamudeen Mohamed Sulaiman Syncfusion Team May 4, 2015 10:03 AM UTC

Hi Helmut,

We are able to reproduce the mentioned issue with SfCircularGauge labels in Xamarin. We have created an incident for the same. Please have the follow up with the incident for issue fixes.


Please let us know if you have any queries.

Regards,
Nijamudeen M.


Loader.
Up arrow icon