8 references to GetIntersectionX
System.Web.DataVisualization (8)
Common\Annotation\CalloutAnnotation.cs (6)
1139
point =
GetIntersectionX
(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.X);
1143
point =
GetIntersectionX
(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.Right);
1151
point =
GetIntersectionX
(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.X);
1155
point =
GetIntersectionX
(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.Right);
1162
point =
GetIntersectionX
(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.X);
1166
point =
GetIntersectionX
(cloudCenterAbs, anchorPointAbs, rectanglePositionAbs.Right);
Common\General\SmartLabels.cs (2)
1294
intersection = CalloutAnnotation.
GetIntersectionX
(point1, point2, rect.X);
1299
intersection = CalloutAnnotation.
GetIntersectionX
(point1, point2, rect.Right);