RenkoChart
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 -> RenkoChart
|
|
Instance members
Instance member | Description |
BoxSize()
Signature: unit -> string
|
The box size in the Renko or Point and
Figure charts.
|
BoxSize()
Signature: unit -> unit
|
The box size in the Renko or Point and
Figure charts.
|
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. Any positive integer 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. Any positive integer 0.
|