Class
SliceDiceStrategy

Arranges RadTreeMapItem elements in slices.

Definition

Namespace:Telerik.Windows.Controls.TreeMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class SliceDiceStrategy : LayoutStrategyBase

Inheritance: objectInheritanceContextPropagatorMappingBaseLayoutStrategyBaseSliceDiceStrategy

Inherited Members LayoutStrategyBase.ToString()

Constructors

SliceDiceStrategy()

Initializes a new instance of the SliceDiceStrategy class.

Declaration

cs-api-definition
public SliceDiceStrategy()

Fields

OrientationProperty

Identifies the Orientation dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty OrientationProperty

Field Value

DependencyProperty

SortDirectionProperty

Identifies the SortDirection dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SortDirectionProperty

Field Value

DependencyProperty

Properties

Orientation

Gets or sets the orientation.

Declaration

cs-api-definition
public SliceDiceOrientation Orientation { get; set; }

Property Value

SliceDiceOrientation

The orientation.

SortDirection

Gets or sets the sort direction.

Declaration

cs-api-definition
public ListSortDirection SortDirection { get; set; }

Property Value

ListSortDirection

The sort direction.