Access from codebehind

Is it possible to access the properties of a gantt chart from the code behind in an asp .net project?
I need to iterate through projects and tasks within the chart.

No, it is a completely client-side control. You can send the whole XML to the server, and work with it.