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

The HierarchyRange type exposes the following members.
Properties

  NameDescription
Public propertyMaximumHeight
Maximum alllowed height of the chart on resize [200-1200]. Applicable to HierarchyWin only. Default is 900.
Public propertyMaximumLeft
Maximum alllowed left of the chart on resize [5-1200]. Default is 600 for HierarchyWin, 1200 for HierarchyWeb.
Public propertyMaximumTop
Maximum alllowed top of the chart on resize [5-1200]. Default is 600 for HierarchyWin, 1200 for HierarchyWeb.
Public propertyMaximumWidth
Maximum alllowed width of the chart on resize [200-1200]. Applicable to HierarchyWin only. Default is 1200.
Public propertyMinimumHeight
Minimum alllowed height of the chart on resize [5-500]. Default is 50.
Public propertyMinimumLeft
Minimum alllowed left of the chart on resize [-500-500]. Default is 0.
Public propertyMinimumTop
Minimum alllowed top of the chart on resize [-500-500]. Default is 0.
Public propertyMinimumWidth
Minimum alllowed width of the chart on resize [5-500]. Default is 50.
Back to Top
See Also