Tabular representation of graphical data

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Sriram Nookala

Tabular representation of graphical data

Post by Sriram Nookala » Wed Apr 24, 2002 6:51 pm

Is there a way I can display the data that I'm using to generate the graph in a table in the same or a different image. I did come across a reference in the documentation that the Data classes were moved to JCommon so that something like this might be possible. Are there any classes that let you do this presently?

David Gilbert

Re: Tabular representation of graphical data

Post by David Gilbert » Fri Apr 26, 2002 10:37 am

It's my intention that you should be able to do all sorts of things with datasets besides drawing charts, which is part of the reason for moving the dataset classes out of the JFreeChart download. Not much has been implemented yet though.

Regards,

DG.

Locked