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.
| C# | Visual Basic | Visual C++ |
public interface IOrganisationChartUserControl
Public Interface IOrganisationChartUserControl
public interface class IOrganisationChartUserControl
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| SetChartData(DataRow, Boolean, IOrganisationChart) |
Called by the Organisation Chart Component to pass in data to the web control.
|