GGraphOhlc
Properties
Section titled “Properties”ohlcValueKeys
Section titled “ohlcValueKeys”type: List<String>
required: true
The value keys in the data source to use for the OHLC graph.
This should contain exactly 4 keys with order open, high, low, and close.
Example
chart view
drawAsCandle
Section titled “drawAsCandle”type: bool
required: false
default: true
Whether to draw the OHLC graph as a candlestick chart.
If false, it will be drawn as a ohlc lines
Example when drawAsCandle set to false
chart view
Inherited properties
Section titled “Inherited properties”See GGraph for inherited properties.