NodeProportion property: OrgChart class
Description
Use the NodeProportion property to control whether nodes can have varying sizes or are sized uniformly.
| Value | Direction |
|---|---|
|
0 |
Node size is variable, based on the content of each node. |
|
1 |
Node height is uniform, based on the tallest node. |
|
2 |
Node width is uniform, based on the widest node. |
|
3 |
Node height and width are uniform. |
|
4 |
Nodes are square, based on the largest node height or width. |
This property takes an integer value.
The default is 0.
This property is read/write.