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.
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