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