I have a list of projects with their respective start and end dates. I am trying to portray this into a graph that would look similar to this
Project A starts at 09/01/03 and ends at 05/31/03
Project B start at 09/15/03 and ends at 08/31/03
Project C Starts at 10/01/03 and ends at 10/31/03
I am having difficulty creating a chart like this. Any ideas or direction on how to do this?
Code:
|
Proj A |=====================
|
|
Proj B | =============================
|
|
Proj C | =======
-------------------------------------
09/01/2003 08/31/2003
Project B start at 09/15/03 and ends at 08/31/03
Project C Starts at 10/01/03 and ends at 10/31/03
I am having difficulty creating a chart like this. Any ideas or direction on how to do this?