Hello,
I'm trying for the life of me to make a Gantt chart using the new reporting graph thing and haven't had any luck, and can't find any help/examples online. The goal here is to make a day schedule - so you see from 8am to 9pm or so with bars representing when you have something on your schedule. If and when those bars overlap, I'd like them to appear in a second row. The bars should then have the title of the event in them.
To make it all simple, I made a simple class called "Test" with properties for "Category", "StartTime", "EndTime" and "Title". I've added three of them to a list and bound that to the graph's datasource in code on the "NeedDataSource" event.
Everything I try seems to just produce a graph with a single box on the right. I have the x value as start time and the y value as end time, but that doesn't seem to do anything or matter. I have series and category groups that both are the category field... which may not be right.
Can anybody help?
Thanks,
Mike
I'm trying for the life of me to make a Gantt chart using the new reporting graph thing and haven't had any luck, and can't find any help/examples online. The goal here is to make a day schedule - so you see from 8am to 9pm or so with bars representing when you have something on your schedule. If and when those bars overlap, I'd like them to appear in a second row. The bars should then have the title of the event in them.
To make it all simple, I made a simple class called "Test" with properties for "Category", "StartTime", "EndTime" and "Title". I've added three of them to a list and bound that to the graph's datasource in code on the "NeedDataSource" event.
Everything I try seems to just produce a graph with a single box on the right. I have the x value as start time and the y value as end time, but that doesn't seem to do anything or matter. I have series and category groups that both are the category field... which may not be right.
Can anybody help?
Thanks,
Mike