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

Maximum alllowed top of the chart on resize [5-1200]. Default is 600 for HierarchyWin, 1200 for HierarchyWeb.

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

public int MaximumTop { get; set; }
/** @property */
public int get_MaximumTop()
/** @property */
public void set_MaximumTop(int value)

Field Value

System.Int32
See Also