This is a migrated thread and some comments may be shown as answers.

Cant get FeaturedMeasure to bind correctly

1 Answer 18 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Victor
Top achievements
Rank 1
Victor asked on 03 Jan 2016, 07:07 AM

this code works when using the RadLinearGauge:

                    <DataVisualization:RadLinearGauge HorizontalAlignment="Left" Background="Aqua" VerticalAlignment="Top" Height="50"
                            MinValue="{Binding SliderDisplayTromboneMin,Mode=TwoWay}" MaxValue="{Binding SliderDisplayTromboneMax,Mode=TwoWay}"
                TickStep=".5" LabelStep=".5" Margin="10,0,10,0" Width="700" Foreground="DarkBlue" >
                            <DataVisualization:LinearBarGaugeIndicator Value="{Binding TromboneMeasuredValuePS,Mode=TwoWay}" Brush="Green" Thickness="10"/>
                        </DataVisualization:RadLinearGauge>

I want to use the RadBulletGraph but am unable to BIND to the FeatureMeasure using the same property:

                <DataVisualization:RadBulletGraph FeaturedMeasureStartValue="622"
                                                  FeaturedMeasure="{Binding TromboneMeasuredValuePS,Mode=TwoWay}"
                                                  Height="100" Width="700" Margin="10,0,10,0"
                                                  ComparativeMeasure="624.50"
                                                  TickStep="0.50" LabelStep="0.50" BorderThickness="1" BorderBrush="CadetBlue"
                                                  StartValue="{Binding SliderDisplayTromboneMin,Mode=TwoWay}"
                                                  EndValue="{Binding SliderDisplayTromboneMax,Mode=TwoWay}"
                                                  Foreground="DarkGreen" Background="LightBlue">
                </DataVisualization:RadBulletGraph>

Am I missing something?  I am using Visual Studio 2015 and building for Windows 10 Universal Windows Platform.

 

 

 

 

 
 
 

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 06 Jan 2016, 07:28 AM
Hello Victor,

Thank you for contacting us! I have prepared sample application based on the code snippet sent and FeaturedMeasure to work as expected. Would it possible to modify it to address the issue described (possibly  specific values of the model) and send it back in order to identify the issue descibed.

Regards,
Tsvyatko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussion
Asked by
Victor
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or