.Net Organisation Chart Component Class Library
SetChartData Method (chartNode, nodeHasChildren, chart)
NamespacesOrgChart.CoreIOrganisationChartUserControlSetChartData(DataRow, Boolean, IOrganisationChart)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Called by the Organisation Chart Component to pass in data to the web control.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)