DateTimeAxis Data Points Alignment
I needed to use a DateTimeAxis for my senior project, but encountered a strange problem - data points were displayed with varying offset relative to the corresponding ticks on the x-axis. I couldn’t find anything explaining why this might be happening in the Flex documentation. Luckily, I found a very simple solution/explanation of the problem here. [Actually the displayLocalTime=”true” solution from the comments is even simpler and worked for me]