Task Connectors

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

There are 4 types of task connectors:

  • Start to Start
  • Start to End
  • End to Start
  • End to End
The Gantt Chart automatically calculates connector's layout depending on the relative positions of tasks.

Task Connectors

Sample code:

// add connections
pChart->AddConnection (pItem, pChart->GetItemByIndex (2), BCGPGANTTLINK_FINISH_TO_START);
pChart->AddConnection (pItem, pChart->GetItemByIndex (7), BCGPGANTTLINK_START_TO_START);