Page 1 of 1
Binding Gantt chart to a datatable
Posted: Sun Sep 25, 2005 9:46 am
by 9637403
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..
Posted: Mon Sep 26, 2005 9:11 am
by narcis
Hi Adrian,
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?
The minimum data you need for adding a gantt baris Start, End and Y values. Please see Add method overrides for gantt series.
are there are VB.NET examples for this?
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.