4 overrides of GetContentPosition
System.Web.DataVisualization (4)
Common\Annotation\ImageAnnotation.cs (1)
688 override internal RectangleF GetContentPosition()
Common\Annotation\LineAnnotation.cs (2)
812 override internal RectangleF GetContentPosition() 901 override internal RectangleF GetContentPosition()
Common\Annotation\TextAnnotation.cs (1)
921 override internal RectangleF GetContentPosition()
2 references to GetContentPosition
System.Web.DataVisualization (2)
Common\Annotation\AnnotationBase.cs (2)
2317 RectangleF position = GetContentPosition(); 2477 RectangleF contentPosition = GetContentPosition();