CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2012
    Posts
    2

    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:



    Bodart

  2. #2
    Join Date
    Jun 2011
    Location
    Buenos Aires, Argentina
    Posts
    130

    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.

  3. #3
    Join Date
    May 2002
    Location
    Boston
    Posts
    67

    Re: Contour Chart C#

    Take a look at National Instruments Measurement Studio

    http://www.ni.com/mstudio/gallery/19.htm

    Curt

  4. #4
    Join Date
    Jan 2012
    Posts
    2

    Re: Contour Chart C#

    Thank you both! I will see what I can do with the links you gave me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured