A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Swing / AWT / SWT
Author
display data in pie chart
rosy Jovita
Ranch Hand
Joined: Jan 05, 2010
Posts: 45
posted
May 04, 2010 21:58:01
0
HI all,
i have a collection of data and i would like to display it in a pie chart.
anyone have idea how to do that? thanks
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
13
I like...
posted
May 04, 2010 22:00:39
0
Do think that perhaps some more context would be helpful?
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
May 05, 2010 00:31:42
0
The JFreeChart library can generate pie charts (and all other kinds of charts).
Android apps
–
ImageJ plugins
–
Java web charts
rosy Jovita
Ranch Hand
Joined: Jan 05, 2010
Posts: 45
posted
May 05, 2010 00:57:10
0
thanks ulf, i'll try that.
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32660
4
posted
May 05, 2010 03:22:32
0
You can also use methods of the Graphics class;
this one
looks promising.
But that sounds more like a Swing question, so I shall move this thread to our GUIs forum.
I agree. Here's the link:
http://aspose.com/file-tools
subject: display data in pie chart
Similar Threads
i want to display some stats using a pie chart in jsp/java please guide me
Pie Chart in Excel
Applet including another applet
Creating pie charts
How dipsplay images in Struts
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter