FSharpBio


KagiChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Displays a series of connecting vertical lines where the thickness and direction of the lines are dependent on the action of the price value.

Constructors

ConstructorDescription
new()
Signature: unit -> KagiChart

Instance members

Instance memberDescription
PriceUpColor()
Signature: unit -> Color

The data point color that indicates an increasing trend.

PriceUpColor()
Signature: unit -> unit

The data point color that indicates an increasing trend.

ReversalAmount()
Signature: unit -> string

The reversal amount for the chart.

ReversalAmount()
Signature: unit -> unit

The reversal amount for the chart.

UsedYValue()
Signature: unit -> int

The index of the Y value to use to plot the Kagi, Renko, or Three Line Break chart, with the first Y value at index 0.

UsedYValue()
Signature: unit -> unit

The index of the Y value to use to plot the Kagi, Renko, or Three Line Break chart, with the first Y value at index 0.

Fork me on GitHub