Menu

#783 DateAxis does not display final date tick.

open
nobody
General (896)
5
2012-11-27
2007-08-08
Anonymous
No

I don't know if this is a bug or if this is the way it's intended. But the final date does not display as a tick on a DateAxis. It seems like it should. The change to fix this is as follows.

on line 1516 of DateAxis change from:
while (tickDate.before(upperDate)) {
to
while (!tickDate.after(upperDate)) {

Cheers,
Nathan
unclewaltr@yahoo.com

Discussion


Log in to post a comment.