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

Maximum extent upto which chart can be zoomed, either using zoom control or using mouse-wheel, on a scale of 10-50. Default is 30.

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

public int hpZoomMaximum { get; set; }
/** @property */
public int get_hpZoomMaximum()
/** @property */
public void set_hpZoomMaximum(int value)

Field Value

System.Int32
Remarks

See hpZoomVisible and hpZoomByMouse.
See Also