We need to visualize the number of forms submitted over a 2 week period where it is broken down by day/hour.
I have the query returning data such as:

My question is, how do I tell MS chart to display this data? When I bind it I get the following:

I’d like it to expand out and show the hours between the dates.
You could create a List of DateTime objects, each object could add the DateCompletedHour to the DateCompleted value and then bind your chart to the List: