DataSource for JFree

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ganesh_sn
Posts: 4
Joined: Tue Jul 22, 2008 1:30 pm

DataSource for JFree

Post by ganesh_sn » Tue Jul 22, 2008 1:35 pm

Hello,

I wanted to know what are the datasources other than (database and xml) from which data can be read and displayed using JFreeChart.

for e.g. Excel, flat files etc.

If yes, then how can it be done ?.

Regards,
Ganesh.

Taqua
JFreeReport Project Leader
Posts: 698
Joined: Fri Mar 14, 2003 3:34 pm
Contact:

Post by Taqua » Tue Jul 22, 2008 1:37 pm

JFreeChart's datasources are interfaces, so only your imagination and your java-compiler define the limits on what you can do with JFreeChart.

ganesh_sn
Posts: 4
Joined: Tue Jul 22, 2008 1:30 pm

Post by ganesh_sn » Wed Jul 23, 2008 6:48 am

Thanks.

Locked