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

Whether to show preview of the chart (and preview button) on right-bottom corner of the chart. See also hpPreviewSize. Default is true.

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

public bool hpPreviewVisible { get; set; }
/** @property */
public boolean get_hpPreviewVisible()
/** @property */
public void set_hpPreviewVisible(boolean value)

Field Value

System.Boolean
Remarks

The preview button will be shown on right-bottom corner of the chart, which user can click to see a preview of the chart while zooming the chart.
See Also