www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Whether or not space (' ') in the node text should be treated as newline (\n). See Remarks. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool Node_IsSpaceNewLine { get; set; }
public bool Node_IsSpaceNewLine { get; set; }
Public Property Node_IsSpaceNewLine As Boolean
Get
Set
Public Property Node_IsSpaceNewLine As Boolean
Get
Set
public:
property bool Node_IsSpaceNewLine {
bool get ();
void set (bool value);
}
public:
property bool Node_IsSpaceNewLine {
bool get ();
void set (bool value);
}
member Node_IsSpaceNewLine : bool with get, set
member Node_IsSpaceNewLine : bool with get, set
/** @property */
public boolean get_Node_IsSpaceNewLine()
/** @property */
public void set_Node_IsSpaceNewLine(boolean value)
/** @property */
public boolean get_Node_IsSpaceNewLine()
/** @property */
public void set_Node_IsSpaceNewLine(boolean value)
Field Value
System.Boolean
The
Node_IsDataHasText property will be applicable after Node_IsSpaceNewLine is set as true.