Add method for Gantt in Pocket

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Glynn
Newbie
Newbie
Posts: 14
Joined: Tue Apr 08, 2003 4:00 am

Add method for Gantt in Pocket

Post by Glynn » Wed Jan 18, 2006 10:15 am

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...

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jan 18, 2006 10:27 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply