views:

60

answers:

2

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.

A: 

Have you considered using Xceed library?

mmastika
Yes am looking at xceed
Dan Schubel
+1  A: 

Don't the Microsoft Chart Controls do what you want?

blokeley
I agree, this tool is great.
Biff MaGriff
decided on syncfusion
Dan Schubel