FSharpBio


PointAndFigureChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Disregards the passage of time and only displays changes in prices.

Constructors

ConstructorDescription
new()
Signature: unit -> PointAndFigureChart

Instance members

Instance memberDescription
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.

ProportionalSymbols()
Signature: unit -> bool

Specifies whether the Point and Figure chart should draw the X and O values proportionally.

ProportionalSymbols()
Signature: unit -> unit

Specifies whether the Point and Figure chart should draw the X and O values proportionally.

ReversalAmount()
Signature: unit -> string

The reversal amount for the chart.

ReversalAmount()
Signature: unit -> unit

The reversal amount for the chart.

UsedYValueHigh()
Signature: unit -> int

The index of the Y value to use for the high price in the Point and Figure chart, with the first Y value at index 0.

UsedYValueHigh()
Signature: unit -> unit

The index of the Y value to use for the high price in the Point and Figure chart, with the first Y value at index 0.

UsedYValueLow()
Signature: unit -> int

The index of the Y value to use for the low price in the Point and Figure chart, with the first Y value at index 0.

UsedYValueLow()
Signature: unit -> unit

The index of the Y value to use for the low price in the Point and Figure chart, with the first Y value at index 0.

Fork me on GitHub