LargeOrganizationSettings Chart_ResizeMode Property Chart4.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. If you need a shortest chart and viewable nodes, set as 'Always'. Set 'None' for stability. Set 'Automatic' to resize if there is chartarea to scroll.

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

public ChartResizeType Chart_ResizeMode { get; set; }
/** @property */
public ChartResizeType get_Chart_ResizeMode()
/** @property */
public void set_Chart_ResizeMode(ChartResizeType value)

Field Value

UnifoChart.Hierarchy.ChartResizeType
See Also