Creates an OrgChartItem
| C# | Visual Basic | Visual C++ |
public OrgChartItem( IOrganisationChart chart, BaseChartItemSettings chartItem, DataRow nodeData, int numberOfChildren, int depth )
Public Sub New ( _ chart As IOrganisationChart, _ chartItem As BaseChartItemSettings, _ nodeData As DataRow, _ numberOfChildren As Integer, _ depth As Integer _ )
public: OrgChartItem( IOrganisationChart^ chart, BaseChartItemSettings^ chartItem, DataRow^ nodeData, int numberOfChildren, int depth )
- chart (IOrganisationChart)
- Reference to the IOrganisationChart
- chartItem (BaseChartItemSettings)
- Reference to the Template Type being rendered
- nodeData (DataRow)
- Reference to the data for this Chart Item
- numberOfChildren (Int32)
- Number of child nodes that this item owns
- depth (Int32)
- The depth in the org chart of this item