www.Chart4.NET | Samples

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

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public int Tag_Width { get; set; }
Visual Basic (Declaration)
Public Property Tag_Width As Integer
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Integer

value = instance.Tag_Width

instance.Tag_Width = value
Visual C++
public:
property int Tag_Width {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_Tag_Width()
/** @property */
public  void set_Tag_Width(int value)
JScript
public function get Tag_Width () : int
public function set Tag_Width (value : int)
JavaScript
function get_Tag_Width();
function set_Tag_Width(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