Hi,
I tested the new GanttConnection . It works good, but I have one question. Is it possible to create a direct connection, as you can see on my screenshot?
My source looks like this:
var connection:GanttConnection = new GanttConnection(start, end, GanttConnection.RIGHT, GanttConnection.LEFT);
connection.dashSize = dashSize;
connection.color = color;
connection.thickness = thickness;
connection.sourceEndType = GanttConnection.END_TYPE_NONE;
connection.targetEndType = GanttConnection.END_TYPE_CLOSED_FILLED_IN_ARROW;