www.Chart4.NET (Documentation) | Samples Download | Release Notes
The HierarchyData type exposes the following members.
Back to Top
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.
| |
ExpandChartUptoLevel |
Expand all nodes, up to the specified level; and keep other levels collapsed.
| |
LoadFromArray( String ) |
Loads data from the given array. See example below for the desired array format.
| |
LoadFromArray( String ) |
Loads data from the given array. See example below for the desired array format.
| |
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(DbConnection, String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
LoadFromDatabase(DbConnection, String, String , String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
LoadFromDatabase(DbConnection, String, String, String, String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
LoadFromDatabase(String, DBMSType, String, String , String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
LoadFromDatabase(String, DBMSType, String, String, String, String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
LoadFromDatabase(DbConnection, String, String, String, String, String, String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
LoadFromDatabase(String, DBMSType, String, String, String, String, String, String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
LoadFromDatabase(DbConnection, String, String, String, String, String, String, String, String) |
Loads data from a database table. See HierarchyData class description for the table format.
| |
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.
| |
NodeByName |
Returns a node's details, given its name.
|
See Also