Hi,
I've never use this particular feature in ASP.NET i.e. System.Drawing before so I'm a complete beginner on this. What I want to do is pretty similar to a Gantt chart -- maybe a simpler version. I want to show the steps of a process in a timeline fashion. Obviously, there will be parallel steps just like in a Gantt chart. So what I envision is lines and dots. I want dots to be clickable so that I can send user to certain forms that I may have for those particular steps. I can think of a few other cool effects like when user does a mouse-over on a dot, a little tool tip opens up and tells the user what the step is, when it was completed, etc. Also, I'd like those dots -- and their connecting lines -- representing completed steps to be green and the ones that are not completed red.
Don't have the slightest clue as to where to start and would appreciate some pointers on this.
