google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.CandlestickChartSpec View Source
A <a href="/chart/interactive/docs/gallery/candlestickchart">candlestick chart</a>.
Attributes
- data (List[CandlestickData]): The Candlestick chart data. Only one CandlestickData is supported. Defaults to:
null
. - domain (CandlestickDomain): The domain data (horizontal axis) for the candlestick chart. String data will be treated as discrete labels, other data will be treated as continuous values. Defaults to:
null
.