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

    How can I plot points, make graphs, etc.?

    I am trying to add simple plotting options to my application. Plotting is an area that begs for the re-use of code. Is there any code that I can incorporate into my vc++ programs that gives me the ability to graphically represent data?

    I have vc++ 6.0. Any response any one can give me will be greatly appreciated.


  2. #2
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    Re: How can I plot points, make graphs, etc.?

    This site has several modules for graphing.
    They are in the misc and other controls sections.
    I think they are all 2D and support line graphs and histograms.
    Good Luck



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