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

Photo size percentage [0-100] within the drawn node. Default is 40.

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

public int Photo_Size { get; set; }
/** @property */
public int get_Photo_Size()
/** @property */
public void set_Photo_Size(int value)

Field Value

System.Int32 (0-100)
Remarks

See also Node_Size
See Also