Defines the different layout orientations that a SliceDiceAlgorithm can have.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum SliceDiceOrientation
Fields
Layout should be horizontally oriented.
C#
Horizontal = 0
Layout orientation should be determined automatically.
C#
Smart = 2
Layout should be vertically oriented.
C#
Vertical = 1