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...
Add method for Gantt in Pocket
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |