3

I'm looking for a way to paint real time measurement data as a curve in a WinForms app. Here is an example of something quite close to what I'm looking for. But is there something more modular out there?

h0b0
  • 1,802
  • 1
  • 25
  • 44

3 Answers3

1

The example you linked to is open sourced, therefore you can just take the parts you need and modify them accordingly.

You want to know if there is something "more modular", what is more modular than the source code?

Neil N
  • 24,862
  • 16
  • 85
  • 145
1

Any decent chart control will allow you to continuously update it.

See this question for some suggestions: C# Charting - Reasonble Large Data Set and Real-time

Community
  • 1
  • 1
Greg
  • 16,540
  • 9
  • 51
  • 97
0

I finally found the Zedgraph-Wikipage I was looking for.

h0b0
  • 1,802
  • 1
  • 25
  • 44