I am using a java servlet to dynamically generate an image file (a bar chart). I have been asked to place labels on the X and Y coords. The X is easy because you just use the getGraphics().drawString(). However, I can't seem to figure out how to do the Y label as I will need to have the label rotated 90 degrees counter-clockwise. This seems like way too common of a thing to not be able to do though. Has anybody encountered such a thing?
Thanks!!!
Mike
Thanks!!!
Mike