CandlestickData class
The Candlestick chart data, each containing the low, open, close, and high values for a series.
Constructors
- CandlestickData({CandlestickSeries? closeSeries, CandlestickSeries? highSeries, CandlestickSeries? lowSeries, CandlestickSeries? openSeries})
- CandlestickData.fromJson(Map json_)
Properties
- closeSeries ↔ CandlestickSeries?
- 
  The range data (vertical axis) for the close/final value for each candle.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- highSeries ↔ CandlestickSeries?
- 
  The range data (vertical axis) for the high/maximum value for each candle.
  getter/setter pair
- lowSeries ↔ CandlestickSeries?
- 
  The range data (vertical axis) for the low/minimum value for each candle.
  getter/setter pair
- openSeries ↔ CandlestickSeries?
- 
  The range data (vertical axis) for the open/initial value for each candle.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited