SquarifiedAlgorithm
Class
This class is responsible for arranging the RadTreeMapItem elements, so that their aspect ratio is as close to 1 as possible.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class SquarifiedAlgorithm : TreeMapAlgorithm
Inheritance: objectTreeMapAlgorithmSquarifiedAlgorithm
Constructors
C#
public SquarifiedAlgorithm()
Methods
Calculates the rectangles.
C#
public override IList<Rect> CalculateRectangles(IEnumerable<double> data, Size availableSize)
The data.
availableSizeSizeSize of the available.
Returns:IList<Rect>
Overrides: