Skip to content

GGraphOhlc

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

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

See GGraph for inherited properties.