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 s开发者_JAVA技巧elect 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.
Don't the Microsoft Chart Controls do what you want?
Have you considered using Xceed library?
You can use cross-platform GPL plotting library MathGL to produce a bitmap. Its plotting is fast and have many graphics types (including waterfall, many-axis and so on). But I'm not sure if you can use something except C-interface for .net programs.
精彩评论