28 references to GetRelativeRectangle
System.Windows.Forms.DataVisualization (28)
Common\Annotation\RectangleAnnotation.cs (1)
694 rect = GetGraphics().GetRelativeRectangle(rect);
Common\Annotation\TextAnnotation.cs (1)
1009 rect = GetGraphics().GetRelativeRectangle(rect);
Common\ChartTypes\FastLineChart.cs (1)
655Graph.GetRelativeRectangle(pathBounds),
Common\ChartTypes\FastPointChart.cs (1)
630 graph.GetRelativeRectangle(markerBounds),
Common\ChartTypes\FunnelChart.cs (3)
1564 labelBackPosition = this.Graph.GetRelativeRectangle(labelBackPosition); 1751 requiredSpacing = this.Graph.GetRelativeRectangle(requiredSpacing); 2228 plotAreaPosition = this.Graph.GetRelativeRectangle(plotAreaPositionAbs);
Common\ChartTypes\PieChart.cs (1)
5496labelPosition = graph.GetRelativeRectangle(labelPosition);
Common\General\AxisScaleSegments.cs (1)
437 graph.SetClip(graph.GetRelativeRectangle(clipRegion));
Common\General\Chart.cs (2)
2101 chartAreasRectangle = chartGraph.GetRelativeRectangle(chartAreasRectangle); 2122 _titlePosition = chartGraph.GetRelativeRectangle(border3D.GetTitlePositionInBorder());
Common\General\ChartArea.cs (2)
1822 plottingRect = chartGraph.GetRelativeRectangle( rect ); 2636 plotArea = chartGraph.GetRelativeRectangle( plotAreaRectAbs );
Common\General\Legend.cs (9)
2386 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))), 2425 Common.HotRegionsList.AddHotRegion(chartGraph.GetRelativeRectangle(this._titlePosition), this, ChartElementType.LegendTitle, true ); 4170 chartGraph.GetRelativeRectangle(fillRect), 4204chartGraph.GetRelativeRectangle(rect), 4233 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))), 4254 Common.HotRegionsList.AddHotRegion(chartGraph.GetRelativeRectangle(this._headerPosition), this, ChartElementType.LegendHeader, true ); 4289 chartGraph.GetRelativeRectangle(fillRect), 4327 chartGraph.GetRelativeRectangle(rect), 4347 chartGraph.GetRelativeRectangle(Rectangle.Round(chartGraph.GetAbsoluteRectangle(this.Position.ToRectangleF()))),
Common\General\LegendColumns.cs (4)
1925 RectangleF rectRelative = chartGraph.GetRelativeRectangle(this.cellPositionWithMargins); 1980 chartGraph.GetRelativeRectangle(this.cellPositionWithMargins), 2064chartGraph.GetRelativeRectangle(this.cellPosition), 2348 chartGraph.GetRelativeRectangle(seriesMarkerPosition),
Common\General\Selection.cs (1)
2039RectangleF relativeMouseRect = this.Graph.GetRelativeRectangle(mouseRect);
Common\General\SmartLabels.cs (1)
1352 breakPosition = common.graph.GetRelativeRectangle(breakPosition);