Hi everyone...
Well, i am just beginning to use JFreeChart, and also a beginner in Java Tecnology, then i am having some difficulties using JFreeChart... I have just to plot a XY graphic, but i haven't understood very well how to do it, just taking a look at the examples...
What i want to know is:
Is it really so easy to do it on JFreeChart or it's not quite trivial? If it is, could someone send an example or something that have done???
Sorry for my English...
R9
Beginner
Re: Beginner
Hi Ricardo,
Try out XYSeriesDemo,java from the com/jrefinery/chart/demo directory. The demos that display a single chart type are the easiest to follow.
Regards,
DG.
Try out XYSeriesDemo,java from the com/jrefinery/chart/demo directory. The demos that display a single chart type are the easiest to follow.
Regards,
DG.
Re: Beginner
Hello,
I am trying to use a pie chart to represent some data from a datasource(most probably a db), but still need to display it in a brower window and in a frame in an html frameset. Does anyone have an source code to look at. Your help will be greatly appreciated.
JVM
I am trying to use a pie chart to represent some data from a datasource(most probably a db), but still need to display it in a brower window and in a frame in an html frameset. Does anyone have an source code to look at. Your help will be greatly appreciated.
JVM