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

Maximum alllowed height of the chart on resize [200-1200]. Applicable to HierarchyWin only. Default is 900.

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

public int MaximumHeight { get; set; }
/** @property */
public int get_MaximumHeight()
/** @property */
public void set_MaximumHeight(int value)

Field Value

System.Int32
See Also