Gets or sets the orientation of the arranged diagram.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Orientation() As EOrientation |
C++
Copy Code
|
|---|
public: |
A member of the EOrientation enumeration. The default value is orVertical.
RemarksThis value is used only when Squarify is set to false, and specifies the orientation of the topmost level of the hierarchy. The algorithm alternates the orientation of each subsequent level, arranging its nodes either in rows or columns.
See Also