Jul 13, 2001 #1 philsun Programmer Jul 13, 2001 2 SG Hi, This is a rather stupid question I suppose. What is the best methods/functions to draw a graph in Visual C++? I need to draw a bar graph analysis tool for my project. Thanks in advance.
Hi, This is a rather stupid question I suppose. What is the best methods/functions to draw a graph in Visual C++? I need to draw a bar graph analysis tool for my project. Thanks in advance.
Jul 13, 2001 #2 Cagliostro Programmer Sep 13, 2000 4,226 GB I think you can use Resource Wizard. John Fill ivfmd@mail.md Upvote 0 Downvote
Jul 13, 2001 #3 stupidog Technical User Jun 26, 2001 27 US Go to Project (top-line) menu. Click on Add to Project. Click on ActiveX controls. Insert MSChart control. You'll probably need to go to MSDN or http://www.maxcode.com or some such place for a tutorial on how to add your data to the basic control. It's been a while and I don't remember the details. Hope this helps, Stupidog Upvote 0 Downvote
Go to Project (top-line) menu. Click on Add to Project. Click on ActiveX controls. Insert MSChart control. You'll probably need to go to MSDN or http://www.maxcode.com or some such place for a tutorial on how to add your data to the basic control. It's been a while and I don't remember the details. Hope this helps, Stupidog