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

Node tag width on a scale of 0-50. Default is 20.

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

public int Tag_Width { get; set; }
/** @property */
public int get_Tag_Width()
/** @property */
public void set_Tag_Width(int value)

Field Value

System.Int32 (0-50)
Remarks

Set node's Tag property to the required text, to display the text as node tag.
See Also