www.Chart4.NET (Documentation) | Samples Download | Release Notes
The HierarchyTable type exposes the following members.
Back to Top
Back to Top
The HierarchyTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(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.
| |
Add(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.
| |
Add(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.
| |
Clear |
Remove all child tables.
| |
Remove |
Remove particular table from the current collection
|
Properties
Name | Description | |
---|---|---|
DataTable |
Gets or sets content of the datatable.
| |
Item |
Gets the HierarchyTable with the specified table name.
|
See Also