StockChart
Namespace: FSharp.Charting
Parent Module: ChartTypes
Displays significant stock price points including the open, close, high,
and low price points.
Constructors
Constructor | Description |
new()
Signature: unit -> StockChart
|
|
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.
|
OpenCloseStyle()
Signature: unit -> OpenCloseStyle
|
The marker style for open and close values.
|
OpenCloseStyle()
Signature: unit -> unit
|
The marker style for open and close values.
|
ShowOpenClose()
Signature: unit -> ShowOpenClose
|
Specifies whether markers for open and close prices are displayed.
|
ShowOpenClose()
Signature: unit -> unit
|
Specifies whether markers for open and close prices are displayed.
|