2 references to GetIntersectionX
System.Web.DataVisualization (2)
Common\ChartTypes\LineChart.cs (2)
998
adjustedPoint1 = rect.Contains(pt1) ? pt1 :
GetIntersectionX
(pt1, pt2, 0);
999
adjustedPoint2 = rect.Contains(pt2) ? pt2 :
GetIntersectionX
(pt1, pt2, graph.Common.ChartPicture.Width);