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