CSV TO JFREECHART

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ankit30
Posts: 2
Joined: Thu May 03, 2012 10:07 am
antibot: No, of course not.

CSV TO JFREECHART

Post by ankit30 » Thu May 03, 2012 10:12 am

Hey am a newbie to java and trying to understand it.
I need to develop a program which will take a .csv file as input and load its jfreechart.
The first column of csv file needs to be taken as the X-Axis and rest others as Y-Axis.
Can somebody help me out in this?

ankit30
Posts: 2
Joined: Thu May 03, 2012 10:07 am
antibot: No, of course not.

Re: CSV TO JFREECHART

Post by ankit30 » Thu May 03, 2012 10:26 am

Is there nobody who can help me over this??

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: CSV TO JFREECHART

Post by John Matthews » Sun May 06, 2012 10:00 pm

It looks like you could start with CSV and JDBCCategoryDataset.

Locked