ClassTreeMapAlgorithm
Class
Base class for all TreeMap layout algorithms.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public abstract class TreeMapAlgorithm
Inheritance: objectTreeMapAlgorithm
Derived Classes:
Methods
CalculateRectangles(IEnumerable<double>, Size)
Calculates the rectangles.
Declaration
cs-api-definition
public abstract IList<Rect> CalculateRectangles(IEnumerable<double> data, Size availableSize)
Parameters
data
The data.
availableSize
Size
Size of the available.
Returns
IList<Rect>