Search
TreeMapLayout.Orientation Property
See Also
 



Gets or sets the orientation of the arranged diagram.

 Syntax

VB6  Copy Code

Public Property Get Orientation() As EOrientation
Public Property Let Orientation( _
    ByVal value As EOrientation _
)

C++  Copy Code

public:
EOrientation get_Orientation ()
void put_Orientation (
    EOrientation value
)

 Property Value

A member of the EOrientation enumeration. The default value is orVertical.

 Remarks

This 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