Diagnol HorizontalCategoryAxis Labels

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

Diagnol HorizontalCategoryAxis Labels

Post by Jason » Wed Sep 11, 2002 9:44 pm

Is there a way to create labels for the x axis of a horizontal bar chart that are diagonally positioned, rather than horizontal or vertical...this tends to looks better with 3d charts.

Jason

David Gilbert

Re: Diagnol HorizontalCategoryAxis Labels

Post by David Gilbert » Thu Sep 12, 2002 9:21 am

Hi Jason,

It's not possible right now...you would need to override the HorizontalCategoryAxis class and modify the draw(...) method to do this.

Regards,

DG.

Locked