Class SliceDiceAlgorithm
This class is responsible for arranging the RadTreeMapItem elements in slices.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class SliceDiceAlgorithm : TreeMapAlgorithm
Constructors
SliceDiceAlgorithm()
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. |
Methods
CalculateRectangles(IEnumerable<Double>, Size)
Calculates the rectangles.
Declaration
public override IList<Rect> CalculateRectangles(IEnumerable<double> data, Size availableSize)
Parameters
System.Collections.Generic.IEnumerable<System.Double>
data
The data. |
System.Windows.Size
availableSize
Size of the available. |
Returns
System.Collections.Generic.IList<System.Windows.Rect>
|