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

Updating FastLineChart values in UWP

I can generate a chart, but whenever I re-assign the values the chart does not update. As seen on these forums I've seen it suggested to add the ListenPropertyChange="True" value to the XAML for that series. However, this does not seem to do anything. 

Is there some sort of solution example for this? I'm attempting to generate a chart and then update the displayed values as new data comes in. This can be as much as 10 times a second.

1 Reply

SR Samuel Rajadurai Edwin Rajamanickam Syncfusion Team May 27, 2016 06:21 AM UTC

Hi Jason,   
  
Thanks for contacting Syncfusion Support.   
  
In order to dynamically update the underline data, we need to set ListenPropertyChange as true for chart series and implement INotifyPropertyChanged for model class. We have prepared a sample based on your requirement and please find it from the below location.    
  
  
Regards, 
Samuel   


Loader.
Live Chat Icon For mobile
Up arrow icon