Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/09/2010, 11:01
Avatar de Menkar
Menkar
 
Fecha de Ingreso: agosto-2010
Mensajes: 10
Antigüedad: 13 años, 8 meses
Puntos: 1
Respuesta: Jfreechart- Etiquetas

Muchas Gracias,

Ya encontre la solucion y es de la siguiente manera:

XYTextAnnotation annotation = new XYTextAnnotation("Hello!", 50.0, 10.0);
annotation.setFont(new Font("Arial", Font.PLAIN, 9));
annotation.setRotationAngle(Math.PI / 4.0);
plot.addAnnotation(annotation);

Espero le sirva a alguien más.

:D