Class SliceDiceOrientation
Defines the different layout orientations that a SliceDiceAlgorithm can have.
Inheritance
System.Object
SliceDiceOrientation
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class SliceDiceOrientation : Enum
Fields
Horizontal
Layout should be horizontally oriented.
Declaration
public const SliceDiceOrientation Horizontal
Field Value
SliceDiceOrientation
|
Smart
Layout orientation should be determined automatically.
Declaration
public const SliceDiceOrientation Smart
Field Value
SliceDiceOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Layout should be vertically oriented.
Declaration
public const SliceDiceOrientation Vertical
Field Value
SliceDiceOrientation
|