High speed graphing control for .NET (or MFC)?

2019-02-05 04:24发布

I need to write a digital oscilloscope type application. There are many great static graphing controls out there, but I need something that can graph 16 traces processing 4000 samples per second.

Is anyone aware of a high speed graphing control for .NET? I'll even take MFC since that can be wrapped into a .NET control.

Thanks for the help!

10条回答
三岁会撩人
2楼-- · 2019-02-05 04:59

I would recommend a National Instruments solution for .NET. National Instruments always had a leading position in data acquisition and instrument control. They have a library for charting/graphing in .NET however it is commercial.

查看更多
Fickle 薄情
3楼-- · 2019-02-05 05:05

You might look at Visual Numerics.

查看更多
做自己的国王
4楼-- · 2019-02-05 05:06

You may want to take a look at Steema Teechart (http://www.steema.com/teechart/net). I must add that I do not have any hands-on expericience with very high speed processing.

查看更多
时光不老,我们不散
5楼-- · 2019-02-05 05:09

I'd recommend the Universal Real-Time Software Oscilloscope GUI DLL Library. It's only a DLL, but is capable of high performance. Take a look at the example applications.

查看更多
登录 后发表回答