Search found 9 matches

by devangel
Thu Jun 12, 2008 7:01 am
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30196

Hi Samarinder,

As Richard said, use

Code: Select all

ChartFactory.createLineChart(...)
Still you need more info, let me know.
by devangel
Wed Jun 11, 2008 5:30 pm
Forum: JFreeChart
Topic: new to JFreeChart
Replies: 1
Views: 2246

Hi Jothi,

Please go through this forum. You will get all details you need.

Its really easy and fun to work with JFreeChart with which you can do wonders!

Happy working!
by devangel
Wed Jun 11, 2008 5:24 pm
Forum: JFreeChart
Topic: Imitating MS Excel Charts
Replies: 1
Views: 2389

Imitating MS Excel Charts

Hi Dave/Richard,

Its really very nice to work with JFreeCharts. Great Job.

I want to know, whether JFreeChart can imitate all types of charts which are available in MS Excel.

So that, I can explore JFreeChart a lot and get my job done.
by devangel
Wed Jun 11, 2008 11:21 am
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30196

Hi Richard,

I got my requirement fulfilled.

Thanks a lot to ALL who helped. :D
by devangel
Tue Jun 10, 2008 2:05 pm
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30196

Just you can imagine the XYLineChart. It is very same. The only difference between the XYLineChart and line chart in MS Excel is that, you can give fixed string constants in X axis in MS Excel Line chart. But in XYLineChart, the series.add() method doesnt support any string arguments.. Just imagine ...
by devangel
Tue Jun 10, 2008 12:51 pm
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30196

Hi ndhai,

I am not able to post image.. :oops: please try creating a line chart in MS Excel..

In need of help..

Thanks.
by devangel
Tue Jun 10, 2008 7:14 am
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30196

Hi Richard, Thanks for your quick reply. I got the Category plot. But it is a bar chart. My equirement is : In a line graph, is it possible to have fixed string values in the X axis... ( Again I am saying, like the one we get while inserting a line chart in MS Excel ) Any idea... :roll:
by devangel
Mon Jun 09, 2008 6:47 pm
Forum: JFreeChart
Topic: String values in X axis
Replies: 15
Views: 30196

String values in X axis

Hi all, I would like to have a XYLineChart in which I need String values in X axis and numeric values in Y axis. ( Like the one we get while inserting a chart in MS Excel ) I got the line chart, but not able to find how to customize it for my requirement. Experts, guide me.. :roll:
by devangel
Mon Jun 09, 2008 12:00 pm
Forum: JFreeChart
Topic: I am new to jfreechart,please help on Jfreecharts
Replies: 1
Views: 2181

Hi Ratna, Welcome to JFreeCharting.. JFreeChart is an open-source framework using which you can create colorful charts and graphs. It is easy to work with JFreeChart. If in your application, you need a chart to be generated dynamically, there JFreeChart helps you out! Prequisites are, you should kno...