Reputation: 2946
In an application I am writing with java+swing - I have a set of database tables, I would like to allow the user to generate charts based on selected columns (like in excel)
As this project is an academic project - I have no option to buy such a tool.. are there any good open source libraries that allow integration of such chart "designer" into my swing application ?
EDIT I would like to clarify my question a little, I am interested in integrated Chart designer library and not a charting library like JFreeChart.
Upvotes: 0
Views: 218
Reputation: 308763
There are lots of nice Java libraries, like JFreeChart.
Or you could look at one of these:
Upvotes: 3