Binding Gantt chart to a datatable

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Adrian
Advanced
Posts: 116
Joined: Thu Jun 23, 2005 4:00 am

Binding Gantt chart to a datatable

Post by Adrian » Sun Sep 25, 2005 9:46 am

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

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

Post by Narcís » Mon Sep 26, 2005 9:11 am

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