CandlePoint constructor

CandlePoint(
  1. double x0,
  2. double y0,
  3. double x1,
  4. double y1,
  5. CandleRow candleRow,
)

Implementation

CandlePoint(this.x0, this.y0, this.x1, this.y1, this.candleRow);