constants ChartLayoutEnum
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).

NameValueDescription
exLayoutTTB0 The chart displays the nodes from top to bottom (TTB layout). ( by default )
exLayoutLTR1 The chart displays the nodes from left to right (LTR layout).