Page 1 of 1

Add method for Gantt in Pocket

Posted: Wed Jan 18, 2006 10:15 am
by 8119889
I have my Gantt working OK but would like to add a number of bars but would like them to appear on the same horizontal row.

They are number of time periods that are associated with the same task.

Thanks in advance...

Posted: Wed Jan 18, 2006 10:27 am
by narcis
Hi Bernard,

You can use the 3rd parameter for one of gantt series Add method overloads as public Int32 Add(System.DateTime, System.DateTime, System.Double, System.String, System.Drawing.Color). This parameter indicates the row for the gantt bar so you can use the same row for all the bars you want.