KagiSegment Class
Definition
Represents a segment in a Kagi chart.
public class KagiSegment
Constructors
| Name | Description |
|---|---|
| KagiSegment | No summary available. |
KagiSegment Constructor
public KagiSegment()
Properties
| Name | Description |
|---|---|
| EndValue | Gets or sets the ending value of the segment. |
| IsHorizontal | Gets or sets a value indicating whether this segment is a horizontal connector (shoulder or waist). |
| IsYang | Gets or sets a value indicating whether this segment is Yin (false) or Yang (true). |
| StartValue | Gets or sets the starting value of the segment. |
EndValue Property
Gets or sets the ending value of the segment.
public double EndValue { get; set; }
IsHorizontal Property
Gets or sets a value indicating whether this segment is a horizontal connector (shoulder or waist).
public bool IsHorizontal { get; set; }
IsYang Property
Gets or sets a value indicating whether this segment is Yin (false) or Yang (true).
public bool IsYang { get; set; }
StartValue Property
Gets or sets the starting value of the segment.
public double StartValue { get; set; }