updateTrendLineData method

void updateTrendLineData()

Implementation

void updateTrendLineData() {
  trendLineMax = maxValue;
  trendLineScale = scaleY;
  trendLineContentRec = _contentRect.top;
}