asGantt.AddGantt in javascript
Posted: Thu Aug 31, 2006 1:46 am
Hi all
I'm on TChart v 7.0
I want to develop a GanttChart like form with Tee Chart with javascript. It is showed from IE.
But I couldn't find how to use date type in 'AddGantt' method
This is an example of Visual Basic
.AddGantt DateValue("1/1/1997"), DateValue("31/1/1997"), 2, "Hello"
I need a usage of this with javascript.
It doesn't work with Date object of javascript.
Your advice most appreciated. Thanks
I'm on TChart v 7.0
I want to develop a GanttChart like form with Tee Chart with javascript. It is showed from IE.
But I couldn't find how to use date type in 'AddGantt' method
This is an example of Visual Basic
.AddGantt DateValue("1/1/1997"), DateValue("31/1/1997"), 2, "Hello"
I need a usage of this with javascript.
It doesn't work with Date object of javascript.
Your advice most appreciated. Thanks