Call Oracle procedure to create Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
md315
Posts: 7
Joined: Wed Jun 23, 2004 4:43 pm
Location: us

Call Oracle procedure to create Chart

Post by md315 » Wed Jul 21, 2004 3:31 pm

Hello all,
I have a procedure that I use with JfreeReports to create a report. I do this by looping through the rows and populating the data rows with the found data from the cursor. I was wondering if there are any built in facilities for creating charts based on procedures.

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jul 21, 2004 3:41 pm

There are three classes contributed by another developer: JDBCCategoryDataset, JDBCPieDataset and JDBCXYDataset.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked