SetNodeData method: OrgChart class
Syntax
SetNodeData(&Rowset)
Description
Use the SetNodeData method to specify the source for the node data for the organization chart. Use an already instantiated and populated level-1 component rowset that contains the node data.
This is a required method to build an organization chart.
If you make a change to the underlying data of a chart, call the SetNodeData method again to update the chart.
Parameters
| Parameter | Description |
|---|---|
|
&Rowset |
A level-1 component rowset populated with the node data. This rowset references the node record of the chart. |
Returns
None.