y axis label can be made haorizontal???
y axis label can be made haorizontal???
is it possible to place the label on the y-axis horizontally???
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Code: Select all
rangeAxis.setLabelAngle(Math.PI / 2.0);
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

