FSharpBio


CandlestickChart

Namespace: FSharp.Charting
Parent Module: ChartTypes

Used to display stock information using high, low, open and close values.

Constructors

ConstructorDescription
new()
Signature: unit -> CandlestickChart

Instance members

Instance memberDescription
LabelValueType()
Signature: unit -> LabelValueType

The Y value to use as the data point label.

LabelValueType()
Signature: unit -> unit

The Y value to use as the data point label.

PriceDownColor()
Signature: unit -> Color

The data point color to use to indicate a decreasing trend.

PriceDownColor()
Signature: unit -> unit

The data point color to use to indicate a decreasing trend.

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.

Fork me on GitHub