Class SunburstNodes
Collection of SunbuertNode
Inherited Members
Namespace: FastReport.BG.Sunburst
Assembly: FastReport.BG.dll
Syntax
public class SunburstNodes : HierarchicalNodes, IList<HierarchicalNode>, ICollection<HierarchicalNode>, IList, ICollection, IReadOnlyList<HierarchicalNode>, IReadOnlyCollection<HierarchicalNode>, IEnumerable<HierarchicalNode>, IEnumerable
Properties
Item[Int32]
Sunburst nodes by index.
Declaration
public SunburstNode this[int Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | Index |
Property Value
Type | Description |
---|---|
SunburstNode |
Methods
GetNodeAt(Point)
Get node at given location
Declaration
public HierarchicalNode GetNodeAt(Point pt)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | pt | Location to search for a node |
Returns
Type | Description |
---|---|
HierarchicalNode | Node at location or null |