-
Best Way to Make Graphs?
For some reason, the last time I made a threa nothing happened in the text box here. No idea how that happened. *sigh*
Anyways, I'm trying to figure out how to plot points on a form, picture box etc... Then connect the points to make a graph from data the user inputs. What is the best way to do that, and how?
-
Check out the MSChart control. However, be sure you are at vb6 sp5 because MSChart used to have a bad memory leak. sp5 fixes it.
Visual Studio help has example code (so does MSDN www.msdn.microsoft.com) that shows most of the features.