62 references to GetAbsoluteRectangle
System.Windows.Forms.DataVisualization (62)
Common\Annotation\ArrowAnnotation.cs (1)
391
RectangleF positionAbs = graphics.
GetAbsoluteRectangle
(position);
Common\Annotation\CalloutAnnotation.cs (7)
813
RectangleF rectanglePositionAbs = graphics.
GetAbsoluteRectangle
(rectanglePosition);
931
RectangleF rectanglePositionAbs = graphics.
GetAbsoluteRectangle
(rectanglePosition);
1084
hotRegion.AddRectangle( graphics.
GetAbsoluteRectangle
(rectanglePosition) );
1106
RectangleF rectanglePositionAbs = graphics.
GetAbsoluteRectangle
(rectanglePosition);
1302
hotRegion.AddRectangle( graphics.
GetAbsoluteRectangle
(rectanglePosition) );
1323
RectangleF rectanglePositionAbs = graphics.
GetAbsoluteRectangle
(rectanglePosition);
1479
hotRegion.AddRectangle( graphics.
GetAbsoluteRectangle
(rectanglePosition) );
Common\Annotation\PolygonAnnotation.cs (1)
594
RectangleF rectanglePositionAbs = graphics.
GetAbsoluteRectangle
(rectanglePosition);
Common\Annotation\RectangleAnnotation.cs (1)
657
RectangleF absRectanglePosition = graphics.
GetAbsoluteRectangle
(rectanglePosition);
Common\Annotation\TextAnnotation.cs (1)
671
RectangleF absPosition = graphics.
GetAbsoluteRectangle
(textPositionWithSpacing);
Common\ChartTypes\FunnelChart.cs (10)
536
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
(this.PlotAreaPosition);
685
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
(this.PlotAreaPosition);
999
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
(this.PlotAreaPosition);
1383
currentLocation = this.Graph.
GetAbsoluteRectangle
(this.PlotAreaPosition).Bottom;
1611
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
( this.Area.Position.ToRectangleF() );
1697
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
(PlotAreaPosition);
1704
RectangleF requiredSpacing = this.Graph.
GetAbsoluteRectangle
( new RectangleF(1f, 1f, 1f, 1f) );
1783
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
(PlotAreaPosition);
2199
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
(plotAreaPosition);
2913
RectangleF plotAreaPositionAbs = this.Graph.
GetAbsoluteRectangle
(this.PlotAreaPosition);
Common\ChartTypes\PieChart.cs (5)
1824
rectangle = graph.
GetAbsoluteRectangle
(rectangle);
1838
doughnutRect = graph.
GetAbsoluteRectangle
(doughnutRect);
3325
brush = graph.GetGradientBrush(graph.
GetAbsoluteRectangle
(area.Position.ToRectangleF()), Color.FromArgb(brushWithoutLight.Color.A, 0, 0, 0), brushWithoutLight.Color, GradientStyle.VerticalCenter);
3837
brush = graph.GetGradientBrush(graph.
GetAbsoluteRectangle
(area.Position.ToRectangleF()), Color.FromArgb(brushWithoutLight.Color.A, 0, 0, 0), brushWithoutLight.Color, GradientStyle.VerticalCenter);
5446
RectangleF chartAreaPosition = graph.
GetAbsoluteRectangle
(area.Position.ToRectangleF());
Common\ChartTypes\PointAndFigureChart.cs (1)
824
position = graph.
GetAbsoluteRectangle
(position);
Common\ChartTypes\StackedBarChart.cs (1)
481
RectangleF areaPosition = ((ChartGraphics)graph).
GetAbsoluteRectangle
( area.PlotAreaPosition.ToRectangleF());
Common\ChartTypes\StackedColumnChart.cs (1)
487
RectangleF areaPosition = ((ChartGraphics)graph).
GetAbsoluteRectangle
( area.PlotAreaPosition.ToRectangleF());
Common\General\Axis.cs (3)
1960
RectangleF transformedTitlePosition = graph.
GetAbsoluteRectangle
(_titlePosition);
2040
rect = graph.
GetAbsoluteRectangle
(rect);
2141
rect = graph.
GetAbsoluteRectangle
(rect);
Common\General\AxisScaleSegments.cs (2)
426
RectangleF clipRegion = graph.
GetAbsoluteRectangle
(this.axis.PlotAreaPosition.ToRectangleF());
707
breakPosition = Rectangle.Round(graph.
GetAbsoluteRectangle
(breakPosition));
Common\General\Chart.cs (1)
2113
this._chartBorderPosition = chartGraph.
GetAbsoluteRectangle
(chartAreasRectangle);
Common\General\ChartArea.cs (3)
1811
RectangleF rect = chartGraph.
GetAbsoluteRectangle
( plottingRect );
2577
RectangleF plotAreaRectAbs = chartGraph.
GetAbsoluteRectangle
( plotArea );
2578
RectangleF areaRectAbs = chartGraph.
GetAbsoluteRectangle
( chartAreaPosition.ToRectangleF());
Common\General\ChartGraphics.cs (9)
1494
RectangleF backPositionAbs = this.Round(this.
GetAbsoluteRectangle
(backPosition));
1789
RectangleF absPosition = this.
GetAbsoluteRectangle
(position);
2065
region.Exclude(this.
GetAbsoluteRectangle
(boundaryRect));
2722
rect =
GetAbsoluteRectangle
( layoutRectangle );
2773
rect =
GetAbsoluteRectangle
( layoutRectangle );
3423
RectangleF rect =
GetAbsoluteRectangle
( rectF );
4870
Draw3DBorderAbs(borderSkin,
GetAbsoluteRectangle
(rect), backColor, backHatchStyle,
5005
RectangleF absRect =
GetAbsoluteRectangle
( rect );
5673
this.SetClipAbs(
GetAbsoluteRectangle
( region ) );
Common\General\ChartGraphics3D.cs (3)
3089
RectangleF positionAbs =
GetAbsoluteRectangle
(position);
3232
RectangleF positionAbs =
GetAbsoluteRectangle
(position);
3358
RectangleF positionAbs =
GetAbsoluteRectangle
(position);
Common\General\GridTickMarks.cs (1)
504
path.AddRectangle(graph.
GetAbsoluteRectangle
(rect));
Common\General\Legend.cs (8)
442
Rectangle legendPosition = Rectangle.Round(chartGraph.
GetAbsoluteRectangle
(legendPositionRel));
2386
chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.
GetAbsoluteRectangle
(this.Position.ToRectangleF()))),
2492
Rectangle separatorRect = Rectangle.Round(chartGraph.
GetAbsoluteRectangle
(this.Position.ToRectangleF()));
4039
Rectangle legendPosition = Rectangle.Round(chartGraph.
GetAbsoluteRectangle
(this.Position.ToRectangleF()));
4233
chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.
GetAbsoluteRectangle
(this.Position.ToRectangleF()))),
4271
Rectangle legendPosition = Rectangle.Round(chartGraph.
GetAbsoluteRectangle
(this.Position.ToRectangleF()));
4347
chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.
GetAbsoluteRectangle
(this.Position.ToRectangleF()))),
4706
SizeF legendPixelSize = chartGraph.
GetAbsoluteRectangle
(this.Position.ToRectangleF()).Size;
Common\General\Selection.cs (1)
3338
rect = this.Graph.
GetAbsoluteRectangle
(rect);
Common\General\SmartLabels.cs (1)
919
RectangleF labelRectAbs = graph.
GetAbsoluteRectangle
(
Common\General\Title.cs (1)
1447
absPosition = chartGraph.
GetAbsoluteRectangle
(absPosition);