How can set categories verticaly?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jose Miguel

How can set categories verticaly?

Post by Jose Miguel » Thu Oct 03, 2002 4:52 pm

I have a chart with a HorizontalCategoryAxis.
I would like set the categories description verticaly. I´ve seen that HorizontalDateAxis have a function (setVerticalTickLabels) but not in Horizontal CategoriesAxis.
How can I do it? Thanks

Rich Unger

Re: How can set categories verticaly?

Post by Rich Unger » Thu Oct 03, 2002 8:51 pm

setVerticalCategoryLabels(boolean)

David Gilbert

Re: How can set categories verticaly?

Post by David Gilbert » Fri Oct 04, 2002 5:21 pm

I've now added a setVerticalTickLabels(...) method that just calls setVerticalCategoryLabels(...), so in 0.9.4 you will be able to use either name.

Regards,

DG.

Locked