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

Whether or not the node has title and text separate. If set to true, text before first newline character (\\n) will be treated as title and rest as node text. See Remarks. Default is true.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public bool Node_IsDataHasText { get; set; }
/** @property */
public boolean get_Node_IsDataHasText()
/** @property */
public void set_Node_IsDataHasText(boolean value)

Field Value

System.Boolean
Remarks

Separate formatting can be applied to title and text through the properties prefixed by Text_ and Title_.
See Title_BrushList and Title_FontList, to set a different brush and font for title.
See Also