I am looking for developing Gantt chart application in vb.net windows application.
I wants to know is there any free third party tool or some demo application so that I can learn about it.
I am looking for developing Gantt chart application in vb.net windows application. I wants
Share
You can use System.Windows.Forms.DataVisualization.Charting to do so. Here is some sample code.
You will need a Chart control on your form (Chart1). And of course, your data may be different, but this may give you the step you are missing. You can also check out the following document for further details.
http://wiki.visualwebgui.com/pages/images/6/6a/MSChartsGanttChartAndPrinting.pdf