BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
<sfg:SfCircularGauge Width="250" Height="250" GaugeHeaderPosition="110,130"> <sfg:SfCircularGauge.GaugeHeader> <StackPanel Orientation="Horizontal" HorizontalAlignment="Center"> <TextBlock HorizontalAlignment="Center"> <Run Text="{Binding MV.RVD}"/> <Run Text="Days"/> </TextBlock> </StackPanel> </sfg:SfCircularGauge.GaugeHeader> <sfg:SfCircularGauge.MainScale> <sfg:CircularScale StartAngle="180" SweepAngle="180" RimStroke="Transparent" TickPosition="Cross" RimStrokeThickness="40" TickLength="40" TickStroke="#333333" SmallTickLength="20" SmallTickStroke="#333333" StartValue="0" EndValue="{Binding DataContext.MV.RVD, ElementName=grid} " Interval="5" MinorTicksPerInterval="3"> <sfg:CircularScale.Ranges> <sfg:CircularRange StartValue="0" EndValue="{Binding DataContext.MV.NVDA, ElementName=grid}" Stroke="#CCCCCCCC"/> <sfg:CircularRange StartValue="0" EndValue="{Binding DataContext.MV.RVD, ElementName=grid}" Stroke="#CC00FF00"/> </sfg:CircularScale.Ranges> </sfg:CircularScale> </sfg:SfCircularGauge.MainScale> </sfg:SfCircularGauge>
Hi David,
Thanks for using Syncfusion Products,
We are able to reproduce the mentioned
issue, We have confirmed that the issue with "EndValue of the
CircularGauge not bind properly" is a defect and we have logged a defect
report. The fix for this issue is estimated to be available in our upcoming
volume release, Essential studio Vol 3, 2013. We can expect the release by the
end of this month.
Please let us know, if you have any concerns.
Regards,
Joy Oyiess Rex K
Hi David,
The fix will resolve the Binding issue for both
the StartValue and EndValue properties of
the CircularScale of SfCircularGauge.
As mentioned earlier this fix will be
included in our Essential Studio Volume 3, 2013, You can expect this release in
a week.
Please let us know, if you have any
concerns.
Regards,
Joy Oyiess Rex K
Hi David,
We are not able to reproduce the
mentioned issue from our Essential Studio Volume 3, 2013, release. For that we
have prepared a sample for the same, please find the sample in the attachment.
In the provided sample we have
bind the StartValue and EndValue of CircualarScale and CircualarRange.
If the Provided solution doesn’t
meet your requirement, please revert us back with more information by modifying
the provided sample to reproduce the issue, so that we could assist you better.
Please let us know, if you need
any further assistance.
Regards,
Joy Oyiess Rex K
Hi David,
Thanks for your feedback.
Please let us know, if you need any further assistance.
Warm Regards,
Joy Oyiess Rex K