Dan Schubel
Dan Schubel

Reputation: 279

Plotting Scientific data in .net

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.

Upvotes: 3

Views: 1994

Answers (3)

abalakin
abalakin

Reputation: 827

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.

Upvotes: 0

blokeley
blokeley

Reputation: 7045

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

Upvotes: 2

mmastika
mmastika

Reputation: 71

Have you considered using Xceed library?

Upvotes: 0

Related Questions