categories labels.

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

categories labels.

Post by Miguel Zabaraín » Fri Aug 25, 2000 4:22 pm

Hi.

I've a Vertical Bar Chart and I want to set the categories labels (category1, category2, .....) verticaly. How I can do that?.

Thanks in advance to anybody that can help me.

David Gilbert

RE: categories labels.

Post by David Gilbert » Mon Aug 28, 2000 1:40 am

Hi Miguel,

There is a flag in the HorizontalCategoryAxis that controls this. From memory (I don't have access to my development system at the moment) you can set it in one of the constructors, but I think I may have forgotten to include get and set methods.

Regards,

DG.

Locked