SetNodeViewEntries method: OrgChart class
Syntax
SetNodeViewEntries(&NodeViewArray)
Description
Use this method to specify the array of string representing the node view IDs.
Parameters
| Parameter | Description |
|---|---|
|
&NodeViewArray |
Specifies an array of string representing the node view IDs. |
Returns
None.
Example
&OrgChart.SetNodeViewEntries(&NodeViewArray);
&OrgChart.SetNodeViewText(&DataHintArray);
&OrgChart.InitialView="VIEW1";