C# Class XLibrary.TreeMap

TreeMap will create a TreeMap layout based a series of input values
Mostra file Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
Results List

Public Methods

Method Description
TreeMap ( NodeModel root, NodeModel exclude, SizeF size ) : System

Private Methods

Method Description
CalculateAspectRatio ( List row, float width ) : float
GetWidth ( ) : float
LayoutRow ( IEnumerable rowSectors ) : void
Squarify ( int count, IList values, List currentRow, float width ) : void

Method Details

TreeMap() public method

public TreeMap ( NodeModel root, NodeModel exclude, SizeF size ) : System
root NodeModel
exclude NodeModel
size System.Drawing.SizeF
return System

Property Details

Results public_oe property

public List Results
return List