setTickMarkPosition not working

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
3102116
Posts: 1
Joined: Tue Sep 18, 2007 7:44 pm

setTickMarkPosition not working

Post by 3102116 » Tue Sep 18, 2007 7:48 pm

Is the DateAxis.setTickMarkPosition(DateTickMarkPosition.MIDDLE) a known bug? Or am I using it wrong? It doesn't seem to make any difference on my plot if I use START or END either.

oscar
Posts: 26
Joined: Fri May 28, 2004 10:01 am
Location: Switzerland

Doesn't work for me either

Post by oscar » Wed Dec 12, 2007 12:11 pm

I also just tried this feature but it doesn't make any noticeable difference to my chart.

Naively, I just assumed that it would make my central tickmark sit on the centre of the chart, but, obviously it must do something much more opaque than that.

Rather like tick count, which doesn't set the number of ticks - it sets the number of units between ticks :-)

Locked