.Net Organisation Chart Component Class Library
IOrganisationChartUserControl Interface
NamespacesOrgChart.CoreIOrganisationChartUserControl
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
The interface that web user controls must implement if they are to be used to draw chart nodes.

Instances of the web user control are instantiated as the Organisation Chart Component draws the chart. One instance is created for each of the nodes displayed in the chart. The interface has a single method SetChartData(DataRow, Boolean, IOrganisationChart) that is called once per chart item.

Declaration Syntax
C#Visual BasicVisual C++
public interface IOrganisationChartUserControl
Public Interface IOrganisationChartUserControl
public interface class IOrganisationChartUserControl
Members
All MembersMethods



IconMemberDescription
SetChartData(DataRow, Boolean, IOrganisationChart)
Called by the Organisation Chart Component to pass in data to the web control.

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