Called by the Organisation Chart Component to pass in data to the web control.
| C# | Visual Basic | Visual C++ |
void SetChartData( DataRow chartNode, bool nodeHasChildren, IOrganisationChart chart )
Sub SetChartData ( _ chartNode As DataRow, _ nodeHasChildren As Boolean, _ chart As IOrganisationChart _ )
void SetChartData( DataRow^ chartNode, bool nodeHasChildren, IOrganisationChart^ chart )
- chartNode (DataRow)
- the data for this node in the organisation chart
- nodeHasChildren (Boolean)
- inidicates whether the node has children
- chart (IOrganisationChart)
- reference to the organisation chart component that is rendering the chart.