SetNodeViewText method: OrgChart class

Syntax

SetNodeViewText(&DataHintArray)

Description

Use this method to specify the array of string representing the data hint (mouse-over text) for each node view.

Parameters

Parameter Description

&DataHintArray

Specifies an array of string representing the data hint (mouse-over text) for each node view.

Returns

None.

Example

&OrgChart.SetNodeViewEntries(&NodeViewArray);
&OrgChart.SetNodeViewText(&DataHintArray);

&OrgChart.InitialView="VIEW1";