www.Chart4.NET | Samples
The HierarchyData type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CollapseAll |
Collapses all nodes in the hierarchy chart.
| |
| ExpandAll |
Expands all nodes in the hierarchy chart.
| |
| LoadFromArray | Overloaded. | |
| LoadFromCsvContent |
Loads data from CSV (Comma Separated Values) content as a string.
| |
| LoadFromCsvFile |
Loads data from a CSV (Comma Separated Values) file / flat file. See LoadFromCsvContent() for the desired CSV format and remarks.
| |
| LoadFromDatabase | Overloaded. | |
| LoadFromDataTable |
Loads data from the given DataTable object. See example below for the desired DataTable format.
| |
| LoadFromTables |
Load organization chart data from a hierarchy of linked tables. Use Table property and Add method to link tables and to add data.
| |
| LoadFromXmlContent |
Loads data from XML content as a string. See LoadFromXmlFile() for the desired XML format and remarks.
| |
| LoadFromXmlFile |
Loads data from an XML file. See example below for the desired Xml format.
|
