DomainAxis Category Labels

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
nilesh
Posts: 20
Joined: Wed May 21, 2003 10:56 am
Contact:

DomainAxis Category Labels

Post by nilesh » Sun Sep 14, 2003 11:31 am

Current API supports Horizontal and Vertical labels only.

for setting Horizontal Labels

setVerticalCategoryLabels(false);

and for setting Vertical Labels

setVerticalCategoryLabels(true);

But to make it more flexible, we need to make it

setDomainLabels(Double angle);
where angle ranges from 0.00 to 360.00
By default. it will 0.00;

Is it doable ?

Thanks
Nilesh

gertvdh

Post by gertvdh » Fri Sep 19, 2003 3:44 pm

i hope this can be done....

Locked