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. :)
Printable View
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. :)
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.
what do you mean?Quote:
Originally Posted by sarokavi