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

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

Methods

Calculates the rectangles.

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

The data.

availableSizeSize

Size of the available.

Returns:

IList<Rect>