2 types derived from TextAnnotation
System.Windows.Forms.DataVisualization (2)
Common\Annotation\CalloutAnnotation.cs (1)
122 public class CalloutAnnotation : TextAnnotation
Common\Annotation\RectangleAnnotation.cs (1)
73public class RectangleAnnotation : TextAnnotation
7 references to TextAnnotation
System.Windows.Forms.DataVisualization (7)
Common\Annotation\AnnotationBase.cs (3)
862 /// This property is used to align text for <see cref="TextAnnotation"/>, <see cref="RectangleAnnotation"/>, 2312 /// <see cref="TextAnnotation"/>, <see cref="RectangleAnnotation"/>, <see cref="EllipseAnnotation"/> 2701bool isTextAnnotation = this is TextAnnotation;
Common\Annotation\AnnotationCollection.cs (2)
127TextAnnotation textAnnotation = item as TextAnnotation;
Common\Annotation\GroupAnnotation.cs (1)
249/// This property is used to align text for <see cref="TextAnnotation"/>, <see cref="RectangleAnnotation"/>,
Common\Annotation\ImageAnnotation.cs (1)
190/// This property is used to align text for <see cref="TextAnnotation"/>, <see cref="RectangleAnnotation"/>,