TickLabels

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
kds_kuldeep
Posts: 4
Joined: Thu Jun 12, 2008 2:01 pm

TickLabels

Post by kds_kuldeep » Thu Jun 12, 2008 2:05 pm

Hi,

We are builting Charts using JfreeCharts in our Web Application running on WEbsphere Application Server.

While displaying TickLabels we are facing problems like in our X axis we have lots of lables and they are larger in size ,So chart is showing only some Chars and then.......

We wanted to show the Tick labels fully and need help on this.WE found two option we might help.

1.Showing tick labels on x axis vertically aligned.
2.Doing word wrap for ticklabels.

Please help its urgent !!!!
Websphere Application Server Developer
KK

Filoche
Posts: 26
Joined: Sat Jul 28, 2007 7:23 pm

Re: TickLabels

Post by Filoche » Thu Jun 12, 2008 3:28 pm

kds_kuldeep wrote:1.Showing tick labels on x axis vertically aligned
Check at
CategoryAxis.setCategoryLabelPositions(..)

--
Phil

Locked