www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
How the chart to be resized, on expand/collapse of nodes.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum ChartResizeType
Members
Member name | Value | Description | |
---|---|---|---|
Automatic | 0 | If the chart is large enough to scroll, it will be resized. | |
Always | 1 | Chart will be resized on every expand/collapse of nodes. | |
None | 2 | Chart will NOT be resized on expand/collapse of nodes. |
See Also