2 references to GetIntersectionY
System.Web.DataVisualization (2)
Common\ChartTypes\LineChart.cs (2)
992
adjustedPoint1 = rect.Contains(pt1) ? pt1 :
GetIntersectionY
(pt1, pt2, 0);
993
adjustedPoint2 = rect.Contains(pt2) ? pt2 :
GetIntersectionY
(pt1, pt2, graph.Common.ChartPicture.Height);