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

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

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

public int MaximumWidth { get; set; }
/** @property */
public int get_MaximumWidth()
/** @property */
public void set_MaximumWidth(int value)

Field Value

System.Int32
See Also