Task Connectors
BCGControlBar Pro (MFC)
BCGSuite (MFC)
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.
Sample code:
// add connections
pChart->AddConnection (pItem, pChart->GetItemByIndex (2), BCGPGANTTLINK_FINISH_TO_START);
pChart->AddConnection (pItem, pChart->GetItemByIndex (7), BCGPGANTTLINK_START_TO_START);