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

[Solved] Using Charts and Microsoft Azure

1 Answer 97 Views
Chart for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Raymond
Top achievements
Rank 1
Raymond asked on 28 Dec 2014, 12:25 AM
Hi,

I have an azure mobile service with data being added to it every 5 seconds. I am looking to retrieve this data (it's a temperature), and plot it in a line chart and I was wondering what is the best way to do this? Is it possible to have the chart update every 5 seconds to take into account new data?

I'm using Windows 8.1 XAML.

Cheers

Raymond

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 29 Dec 2014, 11:59 AM
Hello Raymond,

As long as the collection that holds the business items implements the INotifyCollectionChanged interface(for example ObservableCollection) the chart will instantly update each time you add an item.
I have prepared a sample project for demonstration. Please, see the attached file.

Regards,
Ivaylo Gergov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart for XAML
Asked by
Raymond
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Share this question
or