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

Text rectangle size percentage [1-100] with respect to node-size. Remaining will be allocated for title. Default is 75.

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

public int Text_Size { get; set; }
/** @property */
public int get_Text_Size()
/** @property */
public void set_Text_Size(int value)

Field Value

System.Int32 (1-100)
Remarks

See also Node_Size
See Also