FSharpBio


ThreeLineBreakChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Displays a series of vertical boxes, or lines, that reflect changes in price values.

Constructors

ConstructorDescription
new()
Signature: unit -> ThreeLineBreakChart

Instance members

Instance memberDescription
NumberOfLinesInBreak()
Signature: unit -> int

The number of lines to use in a Three Line Break chart. Any integer > 0

NumberOfLinesInBreak()
Signature: unit -> unit

The number of lines to use in a Three Line Break chart. Any integer > 0

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.

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