C# 클래스 XLibrary.TreeMap

TreeMap will create a TreeMap layout based a series of input values
파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Results List

공개 메소드들

메소드 설명
TreeMap ( NodeModel root, NodeModel exclude, SizeF size ) : System

비공개 메소드들

메소드 설명
CalculateAspectRatio ( List row, float width ) : float
GetWidth ( ) : float
LayoutRow ( IEnumerable rowSectors ) : void
Squarify ( int count, IList values, List currentRow, float width ) : void

메소드 상세

TreeMap() 공개 메소드

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

프로퍼티 상세

Results 공개적으로 프로퍼티

public List Results
리턴 List