y axis label can be made haorizontal???

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
j
Posts: 14
Joined: Tue Jul 22, 2003 12:56 pm

y axis label can be made haorizontal???

Post by j » Wed Jul 23, 2003 5:37 am

is it possible to place the label on the y-axis horizontally???

mattboules

yes

Post by mattboules » Wed Jul 23, 2003 5:01 pm

yes it's possible! It's just a question of true or false or angle....
Look the demos

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jul 23, 2003 11:05 pm

Code: Select all

rangeAxis.setLabelAngle(Math.PI / 2.0);
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked