www.Chart4.NET | Samples

Collection of data tables. You can access child tables with indexer like Table["name"]. Methods are accessible through the code window only (not in a designer). See also LoadFromTables()()()

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public HierarchyTable Table { get; set; }
Visual Basic (Declaration)
Public Property Table As HierarchyTable
Visual Basic (Usage)
Dim instance As HierarchyData
Dim value As HierarchyTable

value = instance.Table

instance.Table = value
Visual C++
public:
property HierarchyTable^ Table {
	HierarchyTable^ get ();
	void set (HierarchyTable^ value);
}
J#
/** @property */
public HierarchyTable get_Table()
/** @property */
public  void set_Table(HierarchyTable value)
JScript
public function get Table () : HierarchyTable
public function set Table (value : HierarchyTable)
JavaScript
function get_Table();
function set_Table(value);

Field Value

UnifoChart.Hierarchy.HierarchyTable

See Also