Results 1 to 3 of 3

Thread: Applet to generate scattered chart

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2005
    Posts
    21

    Angry 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.

  2. #2
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    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.

  3. #3
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    Re: Applet to generate scattered chart

    Quote 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
  •  



Click Here to Expand Forum to Full Width