Click here to Skip to main content
15,918,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all programmers,

I would like to plot timeline versus projects in a grid like display format. More or less like MS project but simple display. I have data in MS sql.

Project name, (expected )start date, expected end date, person assigned to project. User should have option to change timeline span and select the project they would like to see from main window. color filled in for the time the project will run.

I hope someone can point me to right direction as to where to start.
Posted

If this were my project, I would retrieve the data to be charted from the SQL database and put it into an Excel spreadsheet and use Excel's charting capability. That way, my user could modify the chart as they desired.

If you must do this within an EXE, there are charting controls available to enable development of various types of charts. I have never used these. I found them via Google search. I am sure there are others that you could find via a Google search.

System.Windows.Forms.DataVisualization.Charting.Chart Class[^]

ComponentOne Advanced .NET Charting Controls[^]
 
Share this answer
 
Hi Mike,

Thanks for the links.

I was looking for something called 'gantt chart'. I just didn't know what it is called before posting this question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900