private void AddBottomAreaPoint(FunctionPoint fp) { bottomAreaPoints.Add(fp.ToPoint(independent, dependent)); }
private void AddTopAreaPoint(FunctionPoint fp) { topAreaPoints.Add(fp.ToPoint(independent, dependent)); }