www.Chart4.NET | Samples

Whether or not space (' ') in the node text should be treated as newline (\n). See Remarks. Default is false.

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

Syntax

C#
public bool Node_IsSpaceNewLine { get; set; }
Visual Basic (Declaration)
Public Property Node_IsSpaceNewLine As Boolean
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As Boolean

value = instance.Node_IsSpaceNewLine

instance.Node_IsSpaceNewLine = value
Visual C++
public:
property bool Node_IsSpaceNewLine {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_Node_IsSpaceNewLine()
/** @property */
public  void set_Node_IsSpaceNewLine(boolean value)
JScript
public function get Node_IsSpaceNewLine () : boolean
public function set Node_IsSpaceNewLine (value : boolean)
JavaScript
function get_Node_IsSpaceNewLine();
function set_Node_IsSpaceNewLine(value);

Field Value

System.Boolean

Remarks

The Node_IsDataHasText property will be applicable after Node_IsSpaceNewLine is set as true.

See Also