I'm having difficulty getting a Gantt chart to bind to a datatable. I have Start, End and label columns in my datatable. is this all I need for Gantt chart?
are there are VB.NET examples for this?
I'm using TCHART build 2.0.2040.15119
Cheers..
Binding Gantt chart to a datatable
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Adrian,
The minimum data you need for adding a gantt baris Start, End and Y values. Please see Add method overrides for gantt series.I'm having difficulty getting a Gantt chart to bind to a datatable. I have Start, End and label columns in my datatable. is this all I need for Gantt chart?
I'm afraid not, at the TeeChart features demo, at TeeChart's program group, you'll find C# examples. To port the code to VB.NET you can use http://www.kamalpatel.net/ConvertCSharp2VB.aspx.are there are VB.NET examples for this?
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 |