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

Height and width of organization chart nodes. Actual size is determined by considering Node_Padding too. Default is Height=60, Width=70.

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

public Size Node_Size { get; set; }
/** @property */
public Size get_Node_Size()
/** @property */
public void set_Node_Size(Size value)

Field Value

System.Drawing.Size
Remarks

The size is uniform for all nodes.
See Also