ok, I want to display a graph in a pdf that displays values that I have taken from a database. the graph should be dynamic so that any changes in the database will be reflected in the graph when the program is run. Im currently trying to learn from other code but so far I can
1.get the data from the database
2.put it into a table
3.create a pdf and display the table.
Now I have all my information im trying to display that data from the table into a graph format. Basically this was like an assignment at work and the code is nearly right I just have to figure the rest out. I understand I have to use JFreeChart?
But im getting a little stuck. there is also XML and XSL used in this question/project/task I have to do. :?
I can show any code thats needed....hard to explain it all but in a nut shell I want to display a graph represtenting information I have got.
Any help be appreciated.thanks

