google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.CandlestickData View Source

The Candlestick chart data, each containing the low, open, close, and high values for a series.

Attributes

  • closeSeries (CandlestickSeries): The range data (vertical axis) for the close/final value for each candle. This is the top of the candle body. If greater than the open value the candle will be filled. Otherwise the candle will be hollow. Defaults to: null.
  • highSeries (CandlestickSeries): The range data (vertical axis) for the high/maximum value for each candle. This is the top of the candle's center line. Defaults to: null.
  • lowSeries (CandlestickSeries): The range data (vertical axis) for the low/minimum value for each candle. This is the bottom of the candle's center line. Defaults to: null.
  • openSeries (CandlestickSeries): The range data (vertical axis) for the open/initial value for each candle. This is the bottom of the candle body. If less than the close value the candle will be filled. Otherwise the candle will be hollow. Defaults to: null.

Link to this section Summary

Link to this section Types