0

Possible Duplicate:
What is the best open-source java charting library? (other than jfreechart)

I am writing a Java application which requires me to generate line charts (basically an XY graph where x-axis is a date and the y-axis is a currency exchange rate, i.e., a float). I was wondering what could be the easiest way to do this. I was thinking an easy way would be to find a good library but I could not do so.

Thanks.

Community
  • 1
  • 1
temelm
  • 826
  • 4
  • 15
  • 34

2 Answers2

3

Try JFreechart http://www.jfree.org/jfreechart/samples.html

Kathir
  • 6,136
  • 8
  • 36
  • 67
1

You could not ? Are you joking? http://www.google.com/search?client=safari&rls=en&q=java+chart+library

Second link is What is the best open-source java charting library? (other than jfreechart) and three others are FOSS Java libraries...

Community
  • 1
  • 1
Kheldar
  • 5,361
  • 3
  • 34
  • 63