128 references to GetAbsolutePoint
System.Windows.Forms.DataVisualization (128)
Common\Annotation\AnnotationBase.cs (1)
2808 PointF anchorOffsetAbs = this.GetGraphics().GetAbsolutePoint(
Common\Annotation\CalloutAnnotation.cs (13)
844 PointF anchorPointAbs = graphics.GetAbsolutePoint(new PointF(anchorPoint.X, anchorPoint.Y)); 934 PointF anchorPointAbs = graphics.GetAbsolutePoint(new PointF(anchorPoint.X, anchorPoint.Y)); 1115 PointF cloudCenterAbs = graphics.GetAbsolutePoint( 1125 PointF anchorPointAbs = graphics.GetAbsolutePoint( 1324 PointF anchorPointAbs = graphics.GetAbsolutePoint(anchorPoint); 1564 graphics.GetAbsolutePoint(anchorPoint), 1565 graphics.GetAbsolutePoint(lineSecondPoint), 1573 graphics.GetAbsolutePoint(anchorPoint), 1574 graphics.GetAbsolutePoint(lineSecondPoint) ); 1618 graphics.GetAbsolutePoint(textLinePoint1), 1619 graphics.GetAbsolutePoint(textLinePoint2), 1627 graphics.GetAbsolutePoint(textLinePoint1), 1628 graphics.GetAbsolutePoint(textLinePoint2) );
Common\Annotation\LineAnnotation.cs (2)
677graphics.GetAbsolutePoint(firstPoint), 678graphics.GetAbsolutePoint(secondPoint));
Common\ChartTypes\AreaChart.cs (1)
305axisPos = graph.GetAbsolutePoint(axisPos);
Common\ChartTypes\BarChart.cs (2)
2096rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 2097rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
Common\ChartTypes\FastLineChart.cs (2)
612 points[0].PointF = Graph.GetAbsolutePoint(points[0].PointF); 613 points[1].PointF = Graph.GetAbsolutePoint(points[1].PointF);
Common\ChartTypes\FastPointChart.cs (1)
456 location = graph.GetAbsolutePoint(location);
Common\ChartTypes\FunnelChart.cs (1)
1379 float currentLocation = this.Graph.GetAbsolutePoint(this.PlotAreaPosition.Location).Y;
Common\ChartTypes\PieChart.cs (3)
3268 result[pointIndx] = graph.GetAbsolutePoint(result[pointIndx]); 5457labelPoint = graph.GetAbsolutePoint(columnLabel.GetLabelPosition(point)); 5477labelPoint = graph.GetAbsolutePoint(columnLabel.GetLabelPosition(point));
Common\ChartTypes\PolarChart.cs (3)
249 pointPos[index] = graph.GetAbsolutePoint(new PointF((float)xPosition, (float)yPosition)); 254 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter)); 263 pointPos[index] = graph.GetAbsolutePoint(area.circularCenter);
Common\ChartTypes\RadarChart.cs (10)
481fillPath.AddLine(graph.GetAbsolutePoint(area.circularCenter), dataPointPos[index]); 483fillPath.AddLine(dataPointPos[secondPointIndex], graph.GetAbsolutePoint(area.circularCenter)); 575AddSelectionPath(area, selectionPath, dataPointPos, index, secondPointIndex, graph.GetAbsolutePoint(area.circularCenter), 0); 601fillPath.AddLine(graph.GetAbsolutePoint(area.circularCenter), dataPointPos[index]); 603fillPath.AddLine(dataPointPos[secondPointIndex], graph.GetAbsolutePoint(area.circularCenter)); 634AddSelectionPath(area, selectionPath, dataPointPos, index, secondPointIndex, graph.GetAbsolutePoint(area.circularCenter), 0); 996 pointPos[index] = graph.GetAbsolutePoint(new PointF((float)xPosition, (float)yPosition)); 1001 matrix.RotateAt(sectorAngle, graph.GetAbsolutePoint(area.circularCenter)); 1010 pointPos[index] = graph.GetAbsolutePoint(area.circularCenter); 1227position = graph.GetAbsolutePoint(position);
Common\ChartTypes\StackedAreaChart.cs (15)
499 axisPos = graph.GetAbsolutePoint(axisPos); 558 prevYValue1 = graph.GetAbsolutePoint(new PointF(prevYValue1, prevYValue1)).Y; 560 firstPoint = graph.GetAbsolutePoint(firstPoint); 572 prevYValue2 = graph.GetAbsolutePoint(new PointF(prevYValue2, prevYValue2)).Y; 574 secondPoint = graph.GetAbsolutePoint(secondPoint); 821 axisPos = graph.GetAbsolutePoint(axisPos); 866 prevYValue1 = graph.GetAbsolutePoint(new PointF(prevYValue1, prevYValue1)).Y; 868 firstPoint = graph.GetAbsolutePoint(firstPoint); 879 prevYValue2 = graph.GetAbsolutePoint(new PointF(prevYValue2, prevYValue2)).Y; 881 secondPoint = graph.GetAbsolutePoint(secondPoint); 927 axisPos = graph.GetAbsolutePoint(axisPos); 972 prevYValue1 = graph.GetAbsolutePoint(new PointF(prevYValue1, prevYValue1)).Y; 974 firstPoint = graph.GetAbsolutePoint(firstPoint); 985 prevYValue2 = graph.GetAbsolutePoint(new PointF(prevYValue2, prevYValue2)).Y; 987 secondPoint = graph.GetAbsolutePoint(secondPoint);
Common\ChartTypes\StackedBarChart.cs (2)
2008rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 2009rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
Common\ChartTypes\StackedColumnChart.cs (1)
1217PointF absPosition = graph.GetAbsolutePoint(labelPosition);
Common\ChartTypes\StockChart.cs (12)
845PointF point1 = graph.GetAbsolutePoint(new PointF(xPosition, open)); 846PointF point2 = graph.GetAbsolutePoint(new PointF(xPosition - width / 2f, open + height / 2f)); 847PointF point3 = graph.GetAbsolutePoint(new PointF(xPosition - width / 2f, open - height / 2f)); 869point1 = graph.GetAbsolutePoint(new PointF(xPosition, close)); 870point2 = graph.GetAbsolutePoint(new PointF(xPosition + width / 2f, close + height / 2f)); 871point3 = graph.GetAbsolutePoint(new PointF(xPosition + width / 2f, close - height / 2f)); 1682points[0].PointF = graph.GetAbsolutePoint(points[0].PointF); 1683points[1].PointF = graph.GetAbsolutePoint(points[1].PointF); 1684points[2].PointF = graph.GetAbsolutePoint(points[2].PointF); 1709points[0].PointF = graph.GetAbsolutePoint(points[0].PointF); 1710points[1].PointF = graph.GetAbsolutePoint(points[1].PointF); 1711points[2].PointF = graph.GetAbsolutePoint(points[2].PointF);
Common\General\Axis.cs (11)
1559graph.GetAbsolutePoint(ChartArea.circularCenter)); 2014newMatrix.RotateAt(angle, graph.GetAbsolutePoint(center)); 2069PointF centerPoint = graph.GetAbsolutePoint(ChartArea.circularCenter); 2159PointF absPoint = graph.GetAbsolutePoint(new PointF(position, position)); 2349rotationCenterPoints[0].PointF = graph.GetAbsolutePoint(rotationCenterPoints[0].PointF); 2350rotationCenterPoints[1].PointF = graph.GetAbsolutePoint(rotationCenterPoints[1].PointF); 2368rotationCenterPoints[0].PointF = graph.GetAbsolutePoint(rotationCenterPoints[0].PointF); 2369rotationCenterPoints[1].PointF = graph.GetAbsolutePoint(rotationCenterPoints[1].PointF); 2712points[i] = graph.GetAbsolutePoint(points[i]); 4841PointF areaCenterAbs = graph.GetAbsolutePoint(ChartArea.circularCenter); 4844float spacing = graph.GetAbsolutePoint(new PointF(0, this.markSize + Axis.elementSpacing)).Y;
Common\General\ChartArea.cs (2)
2581 float spacing = chartGraph.GetAbsolutePoint(new PointF(0, this.AxisX.markSize + Axis.elementSpacing)).Y; 2670 PointF areaCenterAbs = chartGraph.GetAbsolutePoint(this.circularCenter);
Common\General\ChartGraphics.cs (10)
199 GetAbsolutePoint(firstPointF), 200 GetAbsolutePoint(secondPointF) ); 292 GetAbsolutePoint(firstPoint), 293 GetAbsolutePoint(secondPoint), 665 DrawMarkerAbs(this.GetAbsolutePoint(point), markerStyle, markerSize, markerColor, markerBorderColor, markerBorderSize, markerImage, markerImageTransparentColor, shadowSize, shadowColor, imageScaleRect, false); 1504 rotationPoint = this.GetAbsolutePoint(textPosition); 1654 GetAbsolutePoint(position), 1717PointF absCenter = GetAbsolutePoint(center); 2414 axisPositionAbs = this.GetAbsolutePoint(axisPositionAbs); 5336absolutePosition = GetAbsolutePoint(position);
Common\General\ChartGraphics3D.cs (18)
1223 polygonPoints[0] = GetAbsolutePoint(points3D[0].PointF); 1224 polygonPoints[1] = GetAbsolutePoint(points3D[1].PointF); 1225 polygonPoints[2] = GetAbsolutePoint(points3D[2].PointF); 1226 polygonPoints[3] = GetAbsolutePoint(points3D[3].PointF); 1478 polygonPointsFront[index] = GetAbsolutePoint(points3D[index].PointF); 2100 polygonPoints[0] = GetAbsolutePoint(points3D[0].PointF); 2101 polygonPoints[1] = GetAbsolutePoint(points3D[1].PointF); 2102 polygonPoints[2] = GetAbsolutePoint(points3D[2].PointF); 2103 polygonPoints[3] = GetAbsolutePoint(points3D[3].PointF); 3006 pointsSurface[pointIndex] = GetAbsolutePoint(pointsSurface[pointIndex]); 3125 gradientPointsAbs[index] = GetAbsolutePoint(gradientPoints[index].PointF); 3272 gradientPointsAbs[index] = GetAbsolutePoint(gradientPoints[index].PointF); 3328 gradientPointsAbs[index] = GetAbsolutePoint(gradientPoints[index].PointF); 3386 gradientPointsAbs[index] = GetAbsolutePoint(gradientPoints[index].PointF); 3416 gradientPointsAbs[index] = GetAbsolutePoint(gradientPoints[index].PointF); 3490 markerRotatedPosition = graph.GetAbsolutePoint(markerRotatedPosition); 3609centerPoint[0].PointF = graph.GetAbsolutePoint(centerPoint[0].PointF); 4010 cubePoints[pointIndex].PointF = GetAbsolutePoint(cubePoints[pointIndex].PointF);
Common\General\ImageMap.cs (5)
365PointF p = graph.GetAbsolutePoint(new PointF(this.Coordinates[0], this.Coordinates[1])); 368p = graph.GetAbsolutePoint(new PointF(this.Coordinates[2], this.Coordinates[1])); 373PointF p = graph.GetAbsolutePoint(new PointF(this.Coordinates[0], this.Coordinates[1])); 376p = graph.GetAbsolutePoint(new PointF(this.Coordinates[2], this.Coordinates[3])); 398pConverted = graph.GetAbsolutePoint(pOriginal);
Common\General\Label.cs (2)
1169PointF[] labelPosition = new PointF[] { graph.GetAbsolutePoint(labelRelativePosition) }; 1190newMatrix.RotateAt(labelAngle, graph.GetAbsolutePoint(this._axis.ChartArea.circularCenter));
Common\General\Selection.cs (7)
854 PointF circleCenter = graph.GetAbsolutePoint( new PointF( x, y ) ); 2811list.Add(graph.GetAbsolutePoint(middleP0P3)); 2812list.Add(graph.GetAbsolutePoint(middleP1P2)); 2832list.Add(graph.GetAbsolutePoint(pp)); 3014list.Add(this.Graph.GetAbsolutePoint(pp)); 3117list.Add(graph.GetAbsolutePoint(p)); 3157list.Add(graph.GetAbsolutePoint(p));
Common\General\SmartLabels.cs (2)
967 PointF connectorPosition = graph.GetAbsolutePoint(labelPosition); 1009 PointF markerPositionAbs = graph.GetAbsolutePoint(markerPosition);
Common\General\StripLine.cs (2)
782rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 783rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);