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