ChartResizeType EnumerationChart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

How the chart to be resized, on expand/collapse of nodes.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public enum ChartResizeType
public enum ChartResizeType
Members

  Member nameValueDescription
Automatic0 If the chart is large enough to scroll, it will be resized.
Always1 Chart will be resized on every expand/collapse of nodes.
None2 Chart will NOT be resized on expand/collapse of nodes.
See Also