Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
Two or more GanttItems with the same previous item
posted
On Gantt diagrams a same task can precede two or more tasks: Task A --> Task B, Task A --> Task C How can I achieve this in GanttChart since GanttItem has a single LinkToID property?
Parents
No Data
Reply
  • 28496
    Offline posted

     you can use the same LinkToID for Task C and Task B.

    or, you can handle the FillSceneGraph event to add custom Polylines to the Scene if you want to draw your own connectors.

Children
No Data