plotting graph
-
how can i create a graph using the values from a dataset from a database (ms.Access)? the graph control should run on a form. i'm able to do this in vb6 but i'm not familiar with vb.net! need help! thank you in advance!!
-
how can i create a graph using the values from a dataset from a database (ms.Access)? the graph control should run on a form. i'm able to do this in vb6 but i'm not familiar with vb.net! need help! thank you in advance!!
The Graphics object can be built from a Bitmap, which can be built from a constructor. Then, that class has all the methods you need to draw your graph.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )