property ChartView.IndentChild as Long
Retrieves or sets the amount, in pixels, that child nodes are indented relative to their parent nodes.

TypeDescription
Long A long expression that indicates the amount, in pixels, that child nodes are indented relative to their parent nodes.
By default, the IndentChild property is 15 pixels. The IndentChild property has effect only for nodes whose ArrangeSiblingNodesAs property is exTree. The PenLink property defines the width of the pen used to paint the links between nodes. If the PenLink property is larger than 1, its value counts when the control indents the child nodes relative to their parent node. Use the IndentSiblingY property to indent vertically the sibling nodes. Use the IndentSiblingX property to indent horizontally the sibling nodes.