18/09/2010, 11:01
|
| | | Fecha de Ingreso: agosto-2010
Mensajes: 10
Antigüedad: 14 años, 5 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 |