Quantcast
Channel: Measurement Studio for .NET Languages topics
Viewing all articles
Browse latest Browse all 1999

gaugedouble range binding

$
0
0

Hello,

i've a Problem by Setting the Range of an GaugeDouble with MVVM

 

Here is my Code that doesn't work. Hope anyboy can help me:

 

<ni:GaugeDouble  Range="{Binding GaugeRange}"  Value="{Binding Value}" Width="auto" />

and in my Viewmodel

 private Range<double> _GaugeRange;
         public Range<double> GaugeRange
         {
             get { return _GaugeRange; }
             set
             {
                 _GaugeRange = value;

                 NotifyPropertyChanged("GaugeRange");
             }
         }

 Thanks for your help


Viewing all articles
Browse latest Browse all 1999

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>