The ChartLayoutEnum type specifies the way the
nodes are arranged in the chart. The Layout
property of the control specifies whether the nodes are arranged from the Top
to Bottom (TTB) or from Left to Right (LTR).
Name
Value
Description
exLayoutTTB
0
The chart displays the nodes from top to bottom (TTB layout). ( by default )
exLayoutLTR
1
The chart displays the nodes from left to right (LTR layout).