15 references to GetGraphics
System.Web.DataVisualization (15)
Common\Annotation\AnnotationBase.cs (3)
2808 PointF anchorOffsetAbs = this.GetGraphics().GetAbsolutePoint( 3536 if(this.GetGraphics() != null) 3538 SizeF markerSizeRel = this.GetGraphics().GetRelativeSize(
Common\Annotation\ImageAnnotation.cs (1)
702ChartGraphics chartGraphics = this.GetGraphics();
Common\Annotation\PolygonAnnotation.cs (1)
879 movingDistance = this.GetGraphics().GetRelativeSize(movingDistance);
Common\Annotation\RectangleAnnotation.cs (4)
692 if(GetGraphics() != null) 694 rect = GetGraphics().GetRelativeRectangle(rect); 698 this.GetGraphics() != null && 708 border3D.AdjustAreasPosition(this.GetGraphics(), ref rectangle);
Common\Annotation\TextAnnotation.cs (6)
935 if(GetGraphics() == null && this.Common != null) 947 if(GetGraphics() != null && this.Text.Trim().Length > 0) 950contentSize = GetGraphics().MeasureString( 959 contentSize = GetGraphics().GetRelativeSize(contentSize); 1007 if(GetGraphics() != null) 1009 rect = GetGraphics().GetRelativeRectangle(rect);