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

Length of the title text (caption). Only the node title will be considered. Set 0 to hide the title or to provide a common title in Text property. Default is 15.

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

public int TextLength { get; set; }
/** @property */
public int get_TextLength()
/** @property */
public void set_TextLength(int value)

Field Value

System.Int32 (0-50)
See Also