@override double getY(double y) { //For TrendLine updateTrendLineData(); return (maxValue - y) * scaleY + _contentRect.top; }