defaultpiedataset

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

defaultpiedataset

Post by johnny » Wed Jan 22, 2003 1:26 pm

Hi..

I am a trainee..using this JFreeChart..Whenevr i am using..i don't know how to use the different classes..

Say for example..i am using defaultpiedataset.

there r 3 contructors..and my requirements is to plot a piechart for 2 dimensional array..will anyone can help me..if u have any documentation please send me.

David Gilbert

Re: defaultpiedataset

Post by David Gilbert » Wed Jan 22, 2003 4:17 pm

You should take a look at the demos in src/com/jrefinery/chart/demo (there are a couple of pie chart demos) and also the Javadocs:

http://www.object-refinery.com/jfreecha ... index.html

Note that you can regenerate the Javadocs from the source code using the javadoc utility if you want to store and view them locally.

Regards,

Dave Gilbert

johnny

Re: defaultpiedataset

Post by johnny » Wed Jan 29, 2003 8:29 am

Thanks Dave for replying me..

But i coun't find any examples inside jrefinery/chart/demo folders..i saw only 2 png images...


then in javadocs..i understood the methods.i had used the setmethod for defaultpiedataset..nut i couldn't get that...

regards
johnny

Locked