hi,
I have tested on several demo for chart and add the jfreechart library in my project in jbuilder. I try and couldnt figure out how to link my own data(from MS Access) to plot chart in jfreechart.
I am using sql query to retrive my data and output on screen to test.
I am new to java and try to build an application to display financial data using various charts if anone can help..
thks and regards,
zenith
link my own data from MS Access to jfreechart
Re: link my own data from MS Access to jfreechart
There are some classes to assist you making a Dataset from a JDBC query...take a look at JdbcCategoryDataset, JdbcPieDataset and JdbcXYDataset.
Regards,
Dave Gilbert
Regards,
Dave Gilbert