4 references to GetIntersectionY
System.Windows.Forms.DataVisualization (4)
Common\Annotation\CalloutAnnotation.cs (2)
1136 point = GetIntersectionY(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.Y); 1148 point = GetIntersectionY(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.Bottom);
Common\General\SmartLabels.cs (2)
1284 PointF intersection = CalloutAnnotation.GetIntersectionY(point1, point2, rect.Y); 1289 intersection = CalloutAnnotation.GetIntersectionY(point1, point2, rect.Bottom);