Beginner

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

Beginner

Post by Ricardo Handa » Thu Jul 18, 2002 2:20 pm

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

David Gilbert

Re: Beginner

Post by David Gilbert » Thu Jul 18, 2002 4:33 pm

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.

JVM

Re: Beginner

Post by JVM » Fri Jul 19, 2002 5:35 pm

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

Locked