Text is coming outside of decesion box

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.

Your node is based on GoTextNode, right? You could increase the TopLeftMargin and BottomRightMargin.

No, I am using my node FlowChartNode inherit from GoBasicNode.

FlowChartNode : GoBasicNode, IDataSetNode, IGoCollapsible
I dont see any property in this for leftMargin. Could you please tell me exact name of this property.

In GoBasicNode, the property is MiddleLabelMargin. Just increase that for the decision type nodes.