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

The default extent of preview compared to chart size on a scale of 10-50. See also hpPreviewVisible. Default is 40.

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

public int hpPreviewSize { get; set; }
/** @property */
public int get_hpPreviewSize()
/** @property */
public void set_hpPreviewSize(int value)

Field Value

System.Int32
Remarks

See hpPreviewVisible for the description of preview.
See Also