How to Get the Complete labels on the Axis

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
leo
Posts: 8
Joined: Thu Jul 21, 2005 1:54 pm

How to Get the Complete labels on the Axis

Post by leo » Thu Aug 04, 2005 6:09 am

Hi,

I want to display the category item lables along horizontal axis without any dots in the text.

ChartFactory.createBarChart();
renderer.setItemLabelsVisible(true);

Category item labels are dispalyed on x axis, but some of them are not being displayed completely. They are being displayed with dots appened at the end of the label for example "compa...."

I also saw the message posted on june 22 nd with title "Stretching out category axis labels"

Dave Gilbert mentioned that this was a bug and fixed on CategoryAxis.java.

Please tell me that where I can get the latest jar file or If there is any other solution to this issue?

Thanks in advance

leo

leo
Posts: 8
Joined: Thu Jul 21, 2005 1:54 pm

How to Get the Complete labels on the Axis

Post by leo » Thu Aug 04, 2005 7:09 am

Can anybody tell me about the above issue?

Thanks in Advance.

leo

Locked