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

SfCircularGauge Start and EndValue Binding does nothing

I've tried everything and could not make it work
It works perfectly for the ranges but not for the scale
        <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>

3 Replies

JO Joy Oyiess Rex  K Syncfusion Team August 27, 2013 04:13 AM UTC

Hi David,

 

Thanks for your interest in Syncfusion Products.

 

Regarding your query please follow up in the below forum,

 

http://www.syncfusion.com/support/forums/general/110533/SfCircularGauge-Start-and-EndValue-Binding-does-nothing

 

Please let us know, if you have any concerns.

 

Regards,

Joy Oyiess Rex K



CA Carlos March 9, 2018 03:16 AM UTC

excellent product, thanks


PR Padmini Ramamurthy Syncfusion Team March 9, 2018 11:34 AM UTC

Hi Carlos, 
  
Thanks for your feedback. 
  
Regards, 
Padmini R. 


Loader.
Live Chat Icon For mobile
Up arrow icon