Class TreeMapAlgorithm
Base class for all TreeMap layout algorithms.
Inheritance
System.Object
TreeMapAlgorithm
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class TreeMapAlgorithm : Object
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>
|