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

Current zoom of the chart. Default is 1 (100%).

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

public int hpZoomValue { get; set; }
/** @property */
public int get_hpZoomValue()
/** @property */
public void set_hpZoomValue(int value)

Field Value

System.Int32
Remarks

If you provide a value (ie, initial zoom) more than 100, the chart will be displayed within scrollbars.
See Also