2 overrides of GetTextSpacing
System.Windows.Forms.DataVisualization (2)
Common\Annotation\CalloutAnnotation.cs (1)
613 internal override RectangleF GetTextSpacing(out bool annotationRelative)
Common\Annotation\RectangleAnnotation.cs (1)
688 internal override RectangleF GetTextSpacing(out bool annotationRelative)
3 references to GetTextSpacing
System.Windows.Forms.DataVisualization (3)
Common\Annotation\CalloutAnnotation.cs (1)
615 RectangleF spacing = base.GetTextSpacing(out annotationRelative);
Common\Annotation\TextAnnotation.cs (2)
518 RectangleF textSpacing = GetTextSpacing(out annotationRelative); 963 RectangleF textSpacing = GetTextSpacing(out annotationRelative);