Class SquarifiedAlgorithm
This class is responsible for arranging the TreeMapDataItem elements, so that their aspect ratio is as close to 1 as possible.
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.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public sealed class SquarifiedAlgorithm : TreeMapAlgorithm
Constructors
SquarifiedAlgorithm()
Declaration
public SquarifiedAlgorithm()
Methods
CalculateRectangles(IEnumerable<Double>, SizeF)
Calculates the rectangles.
Declaration
public override IList<RectangleF> CalculateRectangles(IEnumerable<double> data, SizeF availableSize)
Parameters
System.Collections.Generic.IEnumerable<System.Double>
data
The data. |
System.Drawing.SizeF
availableSize
Size of the available. |
Returns
System.Collections.Generic.IList<System.Drawing.RectangleF>
|