94 references to Size
System.Drawing (1)
commonui\System\Drawing\Advanced\RectangleF.cs (1)
484/// Converts the <see cref='System.Drawing.RectangleF.Location'/> and <see cref='System.Drawing.RectangleF.Size'/> of this <see cref='System.Drawing.RectangleF'/> to a
System.Web.DataVisualization (46)
Common\Annotation\AnnotationBase.cs (2)
2396 size = currentPositionRel.Size; 2918 this.currentPositionRel = new RectangleF(position.Location, position.Size);
Common\Annotation\CalloutAnnotation.cs (2)
657 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size); 922 RectangleF inflatedPosition = new RectangleF(rectanglePosition.Location, rectanglePosition.Size);
Common\Annotation\ImageAnnotation.cs (1)
531 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size);
Common\Annotation\PolygonAnnotation.cs (1)
572 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size);
Common\Annotation\RectangleAnnotation.cs (2)
395 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size); 633 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size);
Common\Annotation\TextAnnotation.cs (3)
425 RectangleF textPosition = new RectangleF(selectionRect.Location, selectionRect.Size); 535 RectangleF textPositionWithSpacing = new RectangleF(textPosition.Location, textPosition.Size); 637textPositionWithSpacing.Size,
Common\ChartTypes\FunnelChart.cs (1)
1672 plotAreaPositionAbs.Size,
Common\ChartTypes\PieChart.cs (6)
989 EstimateLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, exploded, area ); 999 DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exploded, area, true, nonEmptyPointIndex, pieLineColor ); 1005 DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exploded, area, false, nonEmptyPointIndex, pieLineColor ); 1015 DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exploded, area, false, nonEmptyPointIndex, pieLineColor ); 1391RectangleF rect = new RectangleF(labelRect.Location, labelRect.Size); 1501 SizeF size = graph.MeasureStringRel( text.Replace("\\n", "\n"), point.Font, labelRect.Size, format );
Common\ChartTypes\PointAndFigureChart.cs (1)
830 RectangleF shadowPosition = new RectangleF(position.Location, position.Size);
Common\ChartTypes\StackedBarChart.cs (1)
920 RectangleF labelRect = new RectangleF(rectSize.Location, rectSize.Size);
Common\General\Axis.cs (6)
5466(secondPass) ? rect.Size : ChartArea.Position.ToRectangleF().Size, 5480(secondPass) ? rect.Size : ChartArea.Position.ToRectangleF().Size, 5703rect.Size, 5714rect.Size,
Common\General\Chart.cs (1)
2136 frameTitlePosition = new RectangleF(_titlePosition.Location, _titlePosition.Size);
Common\General\ChartArea.cs (1)
1421 RectangleF backgroundPositionWithScrollBars = new RectangleF(backgroundPosition.Location, backgroundPosition.Size);
Common\General\ChartArea3D.cs (3)
724 RectangleF wallRect2D = new RectangleF(position.Location, position.Size); 747 wallRect2D = new RectangleF(position.Location, position.Size); 769 wallRect2D = new RectangleF(position.Location, position.Size);
Common\General\ChartGraphics.cs (7)
1983labelSize = this.MeasureString(text.Replace("\\n", "\n"), font, absPosition.Size, drawingFormat); 2122RectangleF absPositionWithoutImage = new RectangleF(absPosition.Location, absPosition.Size); 2156absPositionWithoutImage.Size, 2186SizeF size = this.MeasureString("I", font, absPosition.Size, drawingFormat); 2203SizeF size = this.MeasureString("I", font, absPosition.Size, drawingFormat); 2284absPositionWithoutImage.Size, 2775 size = this.MeasureString( text, font, rect.Size, format );
Common\General\ChartGraphics3D.cs (1)
3598RectangleF rectLightCenter = new RectangleF(rect.Location, rect.Size);
Common\General\Label.cs (1)
2294RectangleF initialRect = new RectangleF(rect.Location, rect.Size);
Common\General\Legend.cs (1)
4706 SizeF legendPixelSize = chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()).Size;
Common\General\Title.cs (5)
1446 RectangleF absPosition = new RectangleF(titlePosition.Location, titlePosition.Size); 1473 SizeF titleArea = chartGraph.GetAbsoluteSize(titlePosition.Size); 1757RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1781RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1806RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1180Size finalRectSize = finalrect.Size.ToSize();
System.Windows.Forms.DataVisualization (46)
Common\Annotation\AnnotationBase.cs (2)
2396 size = currentPositionRel.Size; 2918 this.currentPositionRel = new RectangleF(position.Location, position.Size);
Common\Annotation\CalloutAnnotation.cs (2)
657 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size); 922 RectangleF inflatedPosition = new RectangleF(rectanglePosition.Location, rectanglePosition.Size);
Common\Annotation\ImageAnnotation.cs (1)
531 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size);
Common\Annotation\PolygonAnnotation.cs (1)
572 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size);
Common\Annotation\RectangleAnnotation.cs (2)
395 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size); 633 RectangleF rectanglePosition = new RectangleF(selectionRect.Location, selectionRect.Size);
Common\Annotation\TextAnnotation.cs (3)
425 RectangleF textPosition = new RectangleF(selectionRect.Location, selectionRect.Size); 535 RectangleF textPositionWithSpacing = new RectangleF(textPosition.Location, textPosition.Size); 637textPositionWithSpacing.Size,
Common\ChartTypes\FunnelChart.cs (1)
1672 plotAreaPositionAbs.Size,
Common\ChartTypes\PieChart.cs (6)
989 EstimateLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, exploded, area ); 999 DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exploded, area, true, nonEmptyPointIndex, pieLineColor ); 1005 DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exploded, area, false, nonEmptyPointIndex, pieLineColor ); 1015 DrawLabels( graph, middlePoint, rectangle.Size, startAngle, sweepAngle, point, doughnutRadius, exploded, area, false, nonEmptyPointIndex, pieLineColor ); 1391RectangleF rect = new RectangleF(labelRect.Location, labelRect.Size); 1501 SizeF size = graph.MeasureStringRel( text.Replace("\\n", "\n"), point.Font, labelRect.Size, format );
Common\ChartTypes\PointAndFigureChart.cs (1)
830 RectangleF shadowPosition = new RectangleF(position.Location, position.Size);
Common\ChartTypes\StackedBarChart.cs (1)
920 RectangleF labelRect = new RectangleF(rectSize.Location, rectSize.Size);
Common\General\Axis.cs (6)
5466(secondPass) ? rect.Size : ChartArea.Position.ToRectangleF().Size, 5480(secondPass) ? rect.Size : ChartArea.Position.ToRectangleF().Size, 5703rect.Size, 5714rect.Size,
Common\General\Chart.cs (1)
2136 frameTitlePosition = new RectangleF(_titlePosition.Location, _titlePosition.Size);
Common\General\ChartArea.cs (1)
1421 RectangleF backgroundPositionWithScrollBars = new RectangleF(backgroundPosition.Location, backgroundPosition.Size);
Common\General\ChartArea3D.cs (3)
724 RectangleF wallRect2D = new RectangleF(position.Location, position.Size); 747 wallRect2D = new RectangleF(position.Location, position.Size); 769 wallRect2D = new RectangleF(position.Location, position.Size);
Common\General\ChartGraphics.cs (7)
1983labelSize = this.MeasureString(text.Replace("\\n", "\n"), font, absPosition.Size, drawingFormat); 2122RectangleF absPositionWithoutImage = new RectangleF(absPosition.Location, absPosition.Size); 2156absPositionWithoutImage.Size, 2186SizeF size = this.MeasureString("I", font, absPosition.Size, drawingFormat); 2203SizeF size = this.MeasureString("I", font, absPosition.Size, drawingFormat); 2284absPositionWithoutImage.Size, 2775 size = this.MeasureString( text, font, rect.Size, format );
Common\General\ChartGraphics3D.cs (1)
3598RectangleF rectLightCenter = new RectangleF(rect.Location, rect.Size);
Common\General\Label.cs (1)
2294RectangleF initialRect = new RectangleF(rect.Location, rect.Size);
Common\General\Legend.cs (1)
4706 SizeF legendPixelSize = chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()).Size;
Common\General\Title.cs (5)
1446 RectangleF absPosition = new RectangleF(titlePosition.Location, titlePosition.Size); 1473 SizeF titleArea = chartGraph.GetAbsoluteSize(titlePosition.Size); 1757RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1781RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size); 1806RectangleF shadowPosition = new RectangleF(absPosition.Location, absPosition.Size);