Class
TreeMapAlgorithm

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

Methods

CalculateRectangles(IEnumerable<double>, Size)

Calculates the rectangles.

Declaration

cs-api-definition
public abstract IList<Rect> CalculateRectangles(IEnumerable<double> data, Size availableSize)

Parameters

data

IEnumerable<double>

The data.

availableSize

Size

Size of the available.

Returns

IList<Rect>