3D VerticalBar Chart

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

3D VerticalBar Chart

Post by Patrick Herber » Sun Feb 02, 2003 4:56 pm

Hallo,
I'm new to JFreeChart but as far I've seen so far I find it very good (I've used before JClassChart and I see that JFreeChart cover most of the functionality of that commercial library).
Now I would like to create a 3D VerticalBar Chart, where the series are represented by companies, the categories are dates and the values are the normalized stock-price of those companies on those dates.
I would like to have the series disposed like on the z-Axis (I hope you see what I'm meaning), an example of this form is the main chart of the project seti@home (see http://setiathome.ssl.berkeley.edu/scre ... index.html).
Is it possible to create such a chart? (I've tried (also looking in the manual) but I'vent found a solution).
Thanks a lot!
Cheers
Patrick

David Gilbert

Re: 3D VerticalBar Chart

Post by David Gilbert » Mon Feb 03, 2003 2:25 pm

Hi Patrick,

I think you are looking for a "true" 3D bar chart, the ones in JFreeChart just add a 3D-effect to 2D charts.

I expect that JFreeChart will eventually support 3D charts, but my focus in the run up to the 1.0.0 release is to get all the 2D charts working as they should.

Regards,

Dave Gilbert

Patrick Herber

Re: 3D VerticalBar Chart

Post by Patrick Herber » Mon Feb 03, 2003 2:47 pm

Thanks a lot Dave,

I've thought so.
Sorry if I ask such a question, but do you know if there is another library supporting this type of 3D charts?

Thanks a lot again.
Regards
Patrick

Locked