-
Contour Chart C#
Hello,
I'm currently working on a project where I read data from a xlsx file and put it directly into C# or with the aid of a dataset.
After this I need to draw a Graph/Chart wich is called a contour Chart.
The data that I will be using will be of engines, heat, rotations, electricity...
I've been searching the internet for a good example/library to use, but could not find any or is paying.
Does anyone have any experience on the matter?
Thank you very much
this is an example of how the chart would look:
http://www.advsofteng.com/images/scattercontour_p.png
Bodart
-
Re: Contour Chart C#
Hi Bodart, take a look at MSDN's Chart examples for .NET framework 4.0
I'm not sure it will cover the type of chart you need, but it has a very complete set of examples on how to set up your chart to (almost) anything. This could avoid having to use a third party component by using native .NET charts, but may be limited as to what you need to do...
Hope it helps.
-
Re: Contour Chart C#
Take a look at National Instruments Measurement Studio
http://www.ni.com/mstudio/gallery/19.htm
Curt
-
Re: Contour Chart C#
Thank you both! I will see what I can do with the links you gave me.