10 references to CalloutAnnotation
System.Windows.Forms.DataVisualization (10)
Common\Annotation\AnnotationBase.cs (3)
863 /// <see cref="EllipseAnnotation"/> and <see cref="CalloutAnnotation"/> objects, and to align 2313 /// and <see cref="CalloutAnnotation"/> objects only. 2833(this is CalloutAnnotation));
Common\Annotation\CalloutAnnotation.cs (1)
62 /// <seealso cref="CalloutAnnotation.CalloutStyle"/>
Common\Annotation\GroupAnnotation.cs (1)
250/// <see cref="EllipseAnnotation"/> and <see cref="CalloutAnnotation"/> objects, and to align
Common\Annotation\ImageAnnotation.cs (1)
191/// <see cref="EllipseAnnotation"/> and <see cref="CalloutAnnotation"/> objects, and to align
Common\General\SmartLabels.cs (4)
1284 PointF intersection = CalloutAnnotation.GetIntersectionY(point1, point2, rect.Y); 1289 intersection = CalloutAnnotation.GetIntersectionY(point1, point2, rect.Bottom); 1294 intersection = CalloutAnnotation.GetIntersectionX(point1, point2, rect.X); 1299 intersection = CalloutAnnotation.GetIntersectionX(point1, point2, rect.Right);