Axis Labels in VerticalBarChart

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

Axis Labels in VerticalBarChart

Post by Loty » Tue Oct 02, 2001 1:31 pm

Hi,

Is it possible to remove Axis labels in VerticalBarChart? It's easy to remove Title and Legend (set it to null) but I couldn't find a way to remove axis labels.

Thanks,
Loty

David Gilbert

RE: Axis Labels in VerticalBarChart

Post by David Gilbert » Wed Oct 10, 2001 9:15 am

Hi Loty,

It looks like this is not possible - I thought you would be able to call setLabel(null) but looking at the code I think this will fail. I think I'll add a method setShowLabel(boolean) to the Axis class for the next release.

Regards,

DG.

Locked