3

I'm trying to implement realtime graphing of data in my WP7 app. Can someone point me in the right direction on how to go about doing this? To clarify, by real-time I mean a graph that updates every second.

thanks in advance

Dave
  • 1,910
  • 2
  • 21
  • 27

2 Answers2

8

The charting controls from VisiBlox support WP7, are free and come highly recommended.

There's also a video demonstrating functionality on YouTube.

X-Ref: Charting Library for Windows Phone 7 with Zooming & Panning?

Community
  • 1
  • 1
Matt Lacey
  • 65,560
  • 11
  • 91
  • 143
1

It may depend on what you mean by realtime but I am using amCharts in my WP7 app to graph river flow data and it was easy to setup and use. http://blog.amcharts.com/2010/08/introducing-quick-charts-for-windows.html

Geoffrey Hudik
  • 536
  • 5
  • 9