Skip to main content

KagiSegment Class

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Represents a segment in a Kagi chart.

public class KagiSegment

Inheritance: object -> KagiSegment

Constructors

NameDescription
KagiSegmentNo summary available.

KagiSegment Constructor

public KagiSegment()

Properties

NameDescription
EndValueGets or sets the ending value of the segment.
IsHorizontalGets or sets a value indicating whether this segment is a horizontal connector (shoulder or waist).
IsYangGets or sets a value indicating whether this segment is Yin (false) or Yang (true).
StartValueGets 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; }