I'm having an issue when trying to use the DateTimeAxis to map a set of values 
to a ColumnChart. The dataProvider for my chart includes a months worth data 
(currently 31 days). I setup my DateTimeAxis with a minimum date for the 1st of 
the month, and a maximum date for the 31st of the month. I have setup a 
parseFunction to ensure that all my dates times are zeroed out (i.e. 
initializing each date with zero prior to assigning the date values). I had to 
do this to get the chart elements to line up properly. 

The issue now seems to be with the displayLocalTime property. When I set this 
property to false, all the chart elements line up nicely (i.e. they align to 
the tick marks and space out evenly); however, the last date in the data set 
(the 31st) does not show up in the chart. If I set the property to true, all of 
the dates show up; however, the alignment of the data points does not match up 
with the tick marks and looks sloppy.

The only hack that I've seemed to get to work thus far is to set the maximum 
date to be one day past the date that I want to be my actual maximum (in this 
case that would be the 1st of the next month).

Has anyone else run into this?

Thanks!

-Kyle


Reply via email to