www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Gets the HierarchyNode reference with the specified tag name.
Namespace:
UnifoChart.HierarchyAssembly: 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 |
|---|
|
| JavaScript |
|---|
function get_Item(tag); |
Parameters
- tag
- Type: System..::.String
