Class IcicleNodes
Collection of IcicleNode
Inherited Members
Namespace: FastReport.BG.Icicle
Assembly: FastReport.BG.dll
Syntax
public class IcicleNodes : HierarchicalNodes, IList<HierarchicalNode>, ICollection<HierarchicalNode>, IList, ICollection, IReadOnlyList<HierarchicalNode>, IReadOnlyCollection<HierarchicalNode>, IEnumerable<HierarchicalNode>, IEnumerable
Properties
Item[Int32]
Gets node by index.
Declaration
public IcicleNode this[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | Index |
Property Value
| Type | Description |
|---|---|
| IcicleNode |
Methods
GetNodeAt(Point)
Gets
Declaration
public HierarchicalNode GetNodeAt(Point pt)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Point | pt | Point of node |
Returns
| Type | Description |
|---|---|
| HierarchicalNode | Return child node at point |