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

Circular Gauge WinRT size problem

Hi,

When WidthRequest and Height request of the circular gauge are changed, the size of gauge does not change properly.
Putting circular gauge in a content view also does not work.
Width of gauge is cropped on WinRT instead of scaling its size. On Android and iOS it works correctly.

The code is below, and Android and WinRT screenshots are at the attachment.

  <gauge:SfCircularGauge HorizontalOptions="Center" WidthRequest="100" HeightRequest="100">
    <gauge:SfCircularGauge.Scales>
      <gauge:Scale x:Name="scale" StartValue="0" EndValue="100" StartAngle="270" SweepAngle="360"
                   ShowLabels="False" ShowTicks="False" RimThickness="15" RimColor="#DCE0E1">
        <gauge:Scale.Ranges>
          <gauge:Range StartValue="0" EndValue="70" Color="#022749" Thickness="15"/>
        </gauge:Scale.Ranges>
        <gauge:Scale.Pointers>
          <gauge:RangePointer Value="50" Color="#6DC36D" Thickness="10"/>
        </gauge:Scale.Pointers>
      </gauge:Scale>
    </gauge:SfCircularGauge.Scales>
  </gauge:SfCircularGauge>

Attachment: circulargauge_54d649ab.zip

1 Reply

SP Subburaj Pandian Veluchamy Syncfusion Team May 27, 2016 07:34 AM UTC

Hi Ahmet, 
 
Thank you for your interest in Syncfusion products. 
 
We are able to reproduce the issue with “CircularGauge while setting Height and Width in Xamarin Forms (WinRT)”. We have logged an issue report on this. We will fix this issue and the issue fix will be available in our upcoming volume 2, 2016 release which is expected to be available by mid of June, 2016. We appreciate your patience until then.

Please let us know, if you have any queries. 
 
Regards,  
Subburaj Pandian V  


Loader.
Up arrow icon