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

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: 5.1.0.0 (5.1.0)
Syntax

public bool Node_IsSpaceNewLine { get; set; }
/** @property */
public boolean get_Node_IsSpaceNewLine()
/** @property */
public void set_Node_IsSpaceNewLine(boolean value)

Field Value

System.Boolean
Remarks

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