New to Telerik UI for WinFormsStart a free 30-day trial

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: SliceDiceAlgorithmSquarifiedAlgorithm

Methods

Calculates the rectangles.

C#
public abstract IList<RectangleF> CalculateRectangles(IEnumerable<double> data, SizeF availableSize)
Parameters:dataIEnumerable<double>

The data.

availableSizeSizeF

Size of the available.

Returns:

IList<RectangleF>