Apr 7, 2004 #1 Oliveros Mechanical Joined Oct 15, 2003 Messages 23 Location CL how can i create a 3D pie graphic in visual basic 6?
Apr 8, 2004 #2 CajunCenturion Computer Joined Oct 24, 2003 Messages 1,571 Location US Have you tried using the MS Chart control. It will do the graphics, but because of how well it's documented, it may take some work. Upvote 0 Downvote
Have you tried using the MS Chart control. It will do the graphics, but because of how well it's documented, it may take some work.
Apr 8, 2004 Thread starter #3 Oliveros Mechanical Joined Oct 15, 2003 Messages 23 Location CL thanks cajun, but the ms chart control only draw 2d pie graphics. if you know how to use it to make 3D pie graphics, please tell me how bye! Upvote 0 Downvote
thanks cajun, but the ms chart control only draw 2d pie graphics. if you know how to use it to make 3D pie graphics, please tell me how bye!
Apr 8, 2004 #4 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,899 Location US You could try to do a websearch: http://www.codeguru.com/Cpp/controls/controls/chartingandanaloguecontrols/article.php/c5307/ TTFN Upvote 0 Downvote
You could try to do a websearch: http://www.codeguru.com/Cpp/controls/controls/chartingandanaloguecontrols/article.php/c5307/ TTFN
Apr 8, 2004 #5 CajunCenturion Computer Joined Oct 24, 2003 Messages 1,571 Location US I'm sorry, my mistake. The MS Chart does do some 3D graphs, but pie charts are not one of them. Upvote 0 Downvote