Table of Contents

TMS FNC Gantt Project

TTMSFNCGanttProject is the non-visual data container that holds a Gantt project's tasks, task dependencies, work-time calendar (working days, working hours, holidays), and task states. It performs the scheduling math that turns planned dates and durations into calculated start/end times, and one project instance can drive several TTMSFNCGanttChart controls at once, keeping every chart in sync from a single data source.

A Gantt chart driven by a TTMSFNCGanttProject A Gantt chart driven by a TTMSFNCGanttProject

Documentation

Resource What you'll find
Get started Connect a project to a chart and add tasks
Guides Task hierarchy, dependencies, work-time calendar, persistence
API reference Full TTMSFNCGanttProject member reference
Release notes Version history

Guides

Key classes

Class Description
TTMSFNCGanttProject Non-visual project data container
TTMSFNCGanttTask Individual task in the project
TTMSFNCGanttTaskDependency A dependency relationship between two tasks
TTMSFNCGanttWorkTime Working days, hours, and holidays

See also