hi,
I have created a flow chart from my XML. There is one problem with decesion node that Text is coming outside of box. Is it possible that text fit into this node size of node grows up according to the text.
hi,
Your node is based on GoTextNode, right? You could increase the TopLeftMargin and BottomRightMargin.
No, I am using my node FlowChartNode inherit from GoBasicNode.
In GoBasicNode, the property is MiddleLabelMargin. Just increase that for the decision type nodes.