02-25-2010 06:52 AM
Hi all,
I am working on an application that connects to an SQL database. I've got the database set up alright and have got all of the connections to it working properly. I am able to extract the info from the database and display it in tables and multi-column list boxes on the front panel by use of SQL statements.
Now I want to add a couple of graphs to the application that plot the data from these tables and list boxes as well some data straight from the SQL database. I also want to generate multiple plots on the same graph.
For example, I have a table in the SQL database with three columns A, B and C. I will have A on the x-axis, the y-axis will be a simple scale from 0 - 25 and I want to plot the data in both B and C against A on the same graph.
Finally is it possible to label the x-axis using the values in column A or perhaps the points on the two plots of B and C.
Any help will be greatly appreciated.
Cheers.
02-25-2010 07:44 AM
Something like this?