Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148488 | Oct 22,2019 11:36 AM UTC | Oct 24,2019 09:27 AM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfCircularGauge |
<gauge:SfCircularGauge HorizontalOptions="Center" VerticalOptions="Center">
<gauge:SfCircularGauge.Annotations>
<gauge:GaugeAnnotation VerticalAlignment="Start">
<gauge:GaugeAnnotation.View>
<Label Text="1.2 of 44" TextColor="Black" FontSize="25"/>
</gauge:GaugeAnnotation.View>
</gauge:GaugeAnnotation>
</gauge:SfCircularGauge.Annotations>
<gauge:SfCircularGauge.Scales>
<gauge:Scale ShowRim="False" ShowLabels="False" ShowTicks="False">
<gauge:Scale.Pointers>
<gauge:RangePointer RangeStart="0" EnableAnimation="False" Value="100" Color="Gray" RangeCap="Both" />
<gauge:RangePointer RangeStart="0" Value="80" Color="Blue" RangeCap="Both" />
</gauge:Scale.Pointers>
</gauge:Scale>
</gauge:SfCircularGauge.Scales>
</gauge:SfCircularGauge> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.