www.Chart4.NET | Samples

Node size on a scale of 1-40. Default is 40.

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

Syntax

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

value = instance.Node_Size

instance.Node_Size = value
Visual C++
public:
property int Node_Size {
	int get ();
	void set (int value);
}
J#
/** @property */
public int get_Node_Size()
/** @property */
public  void set_Node_Size(int value)
JScript
public function get Node_Size () : int
public function set Node_Size (value : int)
JavaScript
function get_Node_Size();
function set_Node_Size(value);

Field Value

System.Int32 (1-40)

Remarks

See also Photo_Size

See Also