Problem with overriding refreshTicksHorizontal

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Narayan
Posts: 30
Joined: Wed Apr 11, 2007 11:20 am
Location: Bangalore

Problem with overriding refreshTicksHorizontal

Post by Narayan » Sat Jun 30, 2007 5:28 am

Hi All,

I am facing this problem when I am overriding the refreshTicksHorizontal.

Suppose I have only one date say May 22.. If I do
getMinimumDate() I am getting the date as "Sat May21 23:59:59 IST 2007". and getMaximumDate() as "Sun May 22 00:00:00 IST 2007". But since I have a single date I want to display only that date. How can I get the exact date i.e.
If I give data for May 21 then min and max date are both May 21.
If I give data from May 21 to May 25 then the min date is May 21 and max date is May 25.

Regards,
Narayan

Narayan
Posts: 30
Joined: Wed Apr 11, 2007 11:20 am
Location: Bangalore

Post by Narayan » Sat Jun 30, 2007 5:30 am


Narayan
Posts: 30
Joined: Wed Apr 11, 2007 11:20 am
Location: Bangalore

Post by Narayan » Sat Jun 30, 2007 5:30 am


Locked