www.Chart4.NET | Samples

Gets the HierarchyNode reference with the specified tag name.

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

Syntax

C#
public HierarchyNode this[
	string tag
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	tag As String _
) As HierarchyNode
Visual Basic (Usage)
Dim instance As HierarchyTags
Dim tag As String
Dim value As HierarchyNode

value = instance(tag)
Visual C++
public:
property HierarchyNode^ default[String^ tag] {
	HierarchyNode^ get (String^ tag);
}
J#
/** @property */
public HierarchyNode get_Item(
	String tag
)
JScript
JScript does not support indexed properties.
JavaScript
function get_Item(tag);

Parameters

tag
Type: System..::.String

Field Value

UnifoChart.Hierarchy.HierarchyNode

See Also