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
Constructor | Description |
new()
Signature: unit -> KagiChart
|
|
Instance members
Instance member | Description |
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.
|