I am building an application to draw a flowchart.I am using TreeLayout.I am adding nodes on button click and not manually dragging as in in case of flowchart example.
1.Is is possible to specify different portSpot for different node templates?
2.For the decision step,is it possible to draw the yes/no link from different spots.The default property draws both link from same spot and then branches it out.
Is it possible to override this default properties.