Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

drawing a diagram/chart

  Asked By: Jimmy    Date: Jun 09    Category: Java    Views: 758
  

could I draw a chart/diagram (like bar / line chart) in the easy way with java
? (instead using graphics2d line2d rectangle2d) ?

Share: 

 

4 Answers Found

 
Answer #1    Answered By: Huette Miller     Answered On: Jun 09

You could use JFreeChart:

www.object-refinery.com/jfreechart/index.html

JFreeChart is free software under the terms of the GNU LGPL.

 
Answer #2    Answered By: Maria Miller     Answered On: Jun 09

If it is for schooling, then you will have to learn a
long hardway of java. But if it is for work, any
third party would do such as sitraka, infragistics,
jinfonet, etc... If your company not nippicking use
JReport??? from the same house created JCreator IDE.

 
Answer #3    Answered By: Elias Turner     Answered On: Jun 09

Correction. JReport was not came from the same house
with JCreator. I did not see the creator e-mail
responded to you earlier.

 
Answer #4    Answered By: Kifah Malik     Answered On: Jun 09

and now I will try JFreeChart that David Gilbert recommended to me :)
JReport ??? it's for creating report ... that's right ?

 
Didn't find what you were looking for? Find more on drawing a diagram/chart Or get search suggestion and latest updates.




Tagged: