returns name of task
var project = ganttChart.getProjectById(2); var task = project.getTaskById(55); var name = task.getName();