TrendLine constructor

TrendLine(
  1. Offset p1,
  2. Offset p2,
  3. double maxHeight,
  4. double scale,
)

Implementation

TrendLine(this.p1, this.p2, this.maxHeight, this.scale);