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

Whether to show chart-zoom control button on right-bottom of the chart. Default is true.

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

public bool hpZoomVisible { get; set; }
/** @property */
public boolean get_hpZoomVisible()
/** @property */
public void set_hpZoomVisible(boolean value)

Field Value

System.Boolean
Remarks

The chart-zoom control button will be shown on right-bottom of the chart, the slider of which user can drag to zoom-in and zoom-out the chart. See hpZoomByMouse too.
See Also