I have a bar chart that I'm using to display a start date and end date for each project in my XML. It works great but when I add minimum and maximum values to the DateTimeAxis the records that don't fall between that minimum and maximum values don't show. In other words the projects start and end dates must fall between the minimum and maximum values, no overlap on either end. If either one overlaps it won't display the bar. I need the bar to show as long as either the start or end date fall in-between.
My guess is I have to write a custom itemRenderer for the bar changing the value, but I'm not sure how to get the minimum and maximum values from within the itemRenderer. Any ideas on any of this? Thanks

