www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
How to position the child nodes in relation to the parent node. Applies to hpcSettings-Chart_Layout.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum ChartLayoutType
Members
Member name | Value | Description | |
---|---|---|---|
DirectDraw | 0 | Draw directly below the parent item | |
FlexiDraw | 1 | Draw little flexible below the parent item | |
FlexiExtended | 2 | Draw more flexible below the parent item | |
LargeOrganization | 3 | Sepcial handling for large trees of many levels and 100s of nodes |
See Also