|
-
Mar 30th, 2005, 10:40 PM
#1
Thread Starter
Junior Member
Applet to generate scattered chart
Hi,
Could anybody tell me how to create a scattered chart using applet
Iam not able to view any of the java class and applet for the scattered chart.
Please help me.
(sample of scattered chart is present excel - chart types)
Thanks.
-
Mar 30th, 2005, 10:46 PM
#2
Frenzied Member
Re: Applet to generate scattered chart
I would extend canvas and draw the x/y axis in the paint method. Then you could simply draw circles based on the value of certain variables. I would actually do this in two classes, one extending canvas being the drawing surface, and the other class would be the GUI/functionality.
-
Mar 30th, 2005, 10:47 PM
#3
Frenzied Member
Re: Applet to generate scattered chart
 Originally Posted by sarokavi
Iam not able to view any of the java class and applet for the scattered chart.
what do you mean?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|