Hi, I've got an app with a column chart (7 columns possible) that is using the DateTimeAxis. The data coming down (milliseconds) contains hour, min, etc value. Meaning that it comes down as Feb 5 with 20 hours, 15 mins, etc. When the data is displayed on the chart, it appears to be displayed proportionally, so that it looks like it is on Feb 6th. If the data comes down with a very low hour, then it looks OK. On the server side, I can remove all hours etc, so that the Date comes down as Feb 5, 0hours, etc and the data is centered nicely on the chart. However, is there a way to set up the DateTimeAxis to force it to center the columns on the date - without having to modify the data? I've tried combinations of dataUnits, dataInterval and labelUnits, but nothing is working out for me.
Any ideas on how to set Flex to do this? I'm using version 2.01 Thanks, John

