Plotting Scientific data in .net
Posted
by Dan Schubel
on Stack Overflow
See other posts from Stack Overflow
or by Dan Schubel
Published on 2010-04-16T14:09:45Z
Indexed on
2010/04/16
14:13 UTC
Read the original article
Hit count: 515
Does anyone have any recommendations for plotting scientific data in .net (c# winforms). Some of my requirements are: real time plotting, 3D (waterfall), multiple axis, ability to accept BindingList as a data source and recognize any changes to the data. I also need a high level of user interactivity such as the ability to graphically select 1 or more series, draw regions. highlight part of a series, etc. So far I've looked at Nevron, Synchfusion, Infragistics, TeeChart and a few others.
© Stack Overflow or respective owner