SliceDiceAlgorithm
Class
This class is responsible for arranging the RadTreeMapItem elements in slices.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class SliceDiceAlgorithm : TreeMapAlgorithm
Inheritance: objectTreeMapAlgorithmSliceDiceAlgorithm
Constructors
Initializes a new instance of the SliceDiceAlgorithm class.
C#
public SliceDiceAlgorithm()
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.
Methods
Calculates the rectangles.
C#
public override IList<Rect> CalculateRectangles(IEnumerable<double> data, Size availableSize)
The data.
availableSizeSizeSize of the available.
Returns:IList<Rect>
Overrides: