HierarchyTable MembersChart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

The HierarchyTable type exposes the following members.
Methods

  NameDescription
Public methodAdd(String, String, String, String, String)
Add a datatable to the hierarchy of tables. Return a reference to the added table, so that you can add more child tables.
Public methodAdd(String, String, String, String, String, DataTable )
Add a datatable to the hierarchy of tables. Return a reference to the added table, so that you can add more child tables.
Public methodAdd(String, String, String, String, String, String, String, String, String, String, String)
Add a datatable to the hierarchy of tables. Return a reference to the added table, so that you can add more child tables.
Public methodClear
Remove all child tables.
Public methodRemove
Remove particular table from the current collection
Back to Top
Properties

  NameDescription
Public propertyDataTable
Gets or sets content of the datatable.
Public propertyItem
Gets the HierarchyTable with the specified table name.
Back to Top
See Also