Class SliceDiceStrategy
Arranges RadTreeMapItem elements in slices.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class SliceDiceStrategy : LayoutStrategyBase
Constructors
SliceDiceStrategy()
Fields
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty
|
SortDirectionProperty
Identifies the SortDirection dependency property.
Declaration
public static readonly DependencyProperty SortDirectionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Orientation
Gets or sets the orientation.
Declaration
public SliceDiceOrientation Orientation { get; set; }
Property Value
SliceDiceOrientation
The orientation. |
SortDirection
Gets or sets the sort direction.
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
System.ComponentModel.ListSortDirection
The sort direction. |