ParentColumn
String
Name of the data source column representing the parent in the hierarchy.
ChildColumn
Name of the data source column that represents the child in the hierarchy.
ChildScaling
Percentage
Incremental scale (zoom) factor applied to each level of descendent.
NodeDistance
Numeric
Length of the connector between the center of the parent and child.
MinVisibleScaling
Determines when a child node is too small to be displayed. The cumulative scaling for the nth descendent node is the current zoom factor, multiplied by the ChildScaling scale factor n times.
MaxVisibleScaling
Determines when a child node is too large to be displayed. The cumulative scaling for the nth descendent node is the current zoom factor, multiplied by the ChildScaling scale factor n times.