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