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

Live Data Chart

1 Answer 121 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Duncan
Top achievements
Rank 1
Duncan asked on 21 Jul 2011, 12:23 AM
I am trying to create a chart very similar to the Live Data chart in the examples.  When my timer runs the data is updated but not shown on the chart.  However, if I break into the timer event and look at some values in the debugger and then eventually tell the app to start running again then I sometimes will see some of the data drawn on the chart but it still does not update in real time.

We are using the latest WPF controls.

PS:  Apparently we can longer attach files?

A sample project can be found here:   sample project

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 25 Jul 2011, 10:52 AM
Hello Duncan ,

This behavior is caused by the Timer object. Please, use DispatcherTimer instead. I have attached an updated version of the sample.

Kind regards,
Ves
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Chart
Asked by
Duncan
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or