SliceDiceStrategy
Class
Arranges RadTreeMapItem elements in slices.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class SliceDiceStrategy : LayoutStrategyBase
Inheritance: objectInheritanceContextPropagatorMappingBaseLayoutStrategyBaseSliceDiceStrategy
Inherited Members
Constructors
Initializes a new instance of the SliceDiceStrategy class.
C#
public SliceDiceStrategy()
Fields
OrientationProperty
DependencyProperty
Identifies the Orientation dependency property.
C#
public static readonly DependencyProperty OrientationProperty
SortDirectionProperty
DependencyProperty
Identifies the SortDirection dependency property.
C#
public static readonly DependencyProperty SortDirectionProperty
Properties
Gets or sets the orientation.
C#
public SliceDiceOrientation Orientation { get; set; }
The orientation.
Gets or sets the sort direction.
C#
public ListSortDirection SortDirection { get; set; }
The sort direction.