Class ChainItem
Chain item class.
Inheritance
System.Object
ChainItem
Namespace: CirclePacking
Assembly: FastReport.BG.dll
Syntax
public class ChainItem
Constructors
ChainItem(Circle)
Creates the chain item.
Declaration
public ChainItem(Circle value)
Parameters
| Type | Name | Description |
|---|---|---|
| Circle | value | Value. |
Properties
Chain
Link to the chain object.
Declaration
public Chain Chain { get; set; }
Property Value
| Type | Description |
|---|---|
| Chain |
Circle
Value of circle item.
Declaration
public Circle Circle { get; set; }
Property Value
| Type | Description |
|---|---|
| Circle |
Next
Next iten in a chain.
Declaration
public ChainItem Next { get; set; }
Property Value
| Type | Description |
|---|---|
| ChainItem |
Previous
Previous item in a chain.
Declaration
public ChainItem Previous { get; set; }
Property Value
| Type | Description |
|---|---|
| ChainItem |
Range
Cached value of range to the center of chain.
Declaration
public double Range { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Rank
Value of rank for the chain item.
Declaration
public int Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |