Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free WPF real time chart [closed]

Tags:

c#

wpf

charts

I am looking for some simple line chart solution. I need that for my app written in wpf that is part of a final college exam. I was trying to find some, but I have found only paid solutions and because I need that just for this purpose I dont want to pay for it.

The only additional requirement is that it must work with real time data, min 1 update per sec (brain affective data which im obtaining from neuroheadset).

like image 855
BblackK Avatar asked Mar 09 '14 18:03

BblackK


1 Answers

You might try OxyPlot. It's free, certainly fast enough for what you want, and fairly easy to use.

like image 167
Govert Avatar answered Oct 05 '22 23:10

Govert