Class TreeMapAlgorithm
Base class for all TreeMap layout algorithms.
Inheritance
System.Object
TreeMapAlgorithm
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 abstract class TreeMapAlgorithm
Methods
CalculateRectangles(IEnumerable<Double>, Size)
Calculates the rectangles.
Declaration
public abstract 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>
|