| Author |
Labeling Graph Points in Java
|
Britney Crane
Greenhorn
Joined: Apr 29, 2008
Posts: 2
|
|
Hi all, I have a program similar to paint. I need to know what to do to label the points of my graph. Any suggestions? I'm pretty sure it's built in but do not know the name. Is it drawLabel?? Thanks, B [ April 30, 2008: Message edited by: Britney Crane ]
|
 |
Britney Crane
Greenhorn
Joined: Apr 29, 2008
Posts: 2
|
|
|
Still in need of a suggestion.
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
Well some more information would be useful. I don't believe there is any graph drawing capability built into the standard java api, so you've either written the code yourself in which case only you know the answer to the question or you are using a 3rd party api in which case you need to look at the documentation for that. If you are using a 3rd party api then if you tell us which one it is, someone else may have used it and may be able to help you.
|
Joanne
|
 |
 |
|
|
subject: Labeling Graph Points in Java
|
|
|