CandlestickChart
Namespace: FSharp.Charting
Parent Module: ChartTypes
Used to display stock information using high, low, open and close values.
Constructors
Constructor | Description |
new()
Signature: unit -> CandlestickChart
|
|
Instance members
Instance member | Description |
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.
|