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
3D VerticalBar Chart
Re: 3D VerticalBar Chart
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
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
Re: 3D VerticalBar Chart
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
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