Graphs for Studio Creator

I need to put some graphs in my applications. I need to do line charts, XY charts, histograms, XY graphs with multiple graphs and maybe a few others.Does anyone know of a good package that works well with Studio Creator and JSF?
[242 byte] By [RonL] at [2007-11-26 11:21:21]
# 1
You can use JFree chart lib in sun studio creater
javedmomin at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...
# 2
hi ,can u give any source which has the tutorials for integrating JFreechart in SJSCthanks,rpk
rpk@trat at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...
# 3

Hi there,

I am trying to graph some xy data and I found the jschart component for JSC. Unfortunately I am not able to use it properly and I was wondering if you could point me to some tutorials or examples to create xy graphs in Studio Creator, as you probably already solved your problem.

Thanks

Max

maxruffo at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...
# 4
Max,In my opinion, with JSC, JFreeChart ( http://www.jfree.org/jfreechart/) is the way to go. It has support for JSP/Servlets. See some examples at: http://www.java2s.com/Code/Java/Chart/CatalogChart.htm.Dan
k6det6 at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...
# 5
Hello,Try component library for Java Studio Creator with visual design of charts.Please take a look at http://jschart.sourceforge.net/With custom datasets you can do much from your list.Only multiple chart not implemented yet.-Andrew
als at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...
# 6
hi, please i need help, to create a combined graph in the same chart component ( bar & Line ), it's possible with the classical jfreechart lib but , i cannot do that with the chart component for studio creator...Please Help !
bestNader at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...
# 7

Hi There =)

Yes it's great that we have many open source softwares that we can import to the library manager in Sun Java Studio Creator.

This URL gives many :

http://java-source.net/open-source/charting-and-reporting

But it's so hard to find at least one tutorial or instruction set that we can import libraries into SJSC.

Right now can anyone instruct with any site or a forum which tells how to import JFreeChart or any other (JChart, JOpenChart,JCCKit...etc) through library manager and then generate graphs or charts binding chart components to database tables.

Like this tutorial does in this URL with jschart software:

http://sourceforge.net/docman/display_doc.php?docid=47283&group_id=185036

The reason I can't just use JSChart software, becasue it only supports bar charts. For other types of charts we need something like JFreeChart or JChart...

Thanks

ArchiEnger711 at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...
# 8
hey there...Could you please instruct how you import jfreechart library to library manager and which files you imported in order to user jfree in sun java studio creator?Thank you
ArchiEnger711 at 2007-7-7 3:36:43 > top of Java-index,Development Tools,Java Tools...