ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Gantt charts - Tasks dependency
Posted by Espiral MS on Oct-14-2015 23:37
Hello!

Is there any way to represent dependencies between tasks in the Gantt charts generated with ChartDirector?

I mean the typical arrows that link tasks (MS Project like...).

Thank you very much
Best regards

  Re: Gantt charts - Tasks dependency
Posted by Peter Kwan on Oct-16-2015 02:35
Attachments:
Hi Espiral MS,

Unluckily, ChartDirector does not have a built-in feature to draw arrows to "link" the tasks.

Some of our customers have tried to do similar things by drawing the lines with their own
code. One method is to draw 5 line segments to link the end of one tasks to the start of
another tasks. I have attached an example for your reference. (The example is written in
Java.)

Regards
Peter Kwan
gantt_join_java.png
gantt.java
gantt.java

6.16 Kb

  Re: Gantt charts - Tasks dependency
Posted by Espiral MS on Oct-27-2015 19:31
Thank you very Much!

  Re: Gantt charts - Tasks dependency
Posted by Babak on Sep-21-2016 17:13
Hi
Could you please provide your code in c++ i need ergently