20 writes to PointF
System.Windows.Forms.DataVisualization (20)
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\StackedBarChart.cs (2)
2008rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 2009rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
Common\ChartTypes\StockChart.cs (6)
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 (4)
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);
Common\General\ChartGraphics3D.cs (2)
3609centerPoint[0].PointF = graph.GetAbsolutePoint(centerPoint[0].PointF); 4010 cubePoints[pointIndex].PointF = GetAbsolutePoint(cubePoints[pointIndex].PointF);
Common\General\StripLine.cs (2)
782rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 783rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
93 references to PointF
System.Windows.Forms.DataVisualization (93)
Common\ChartTypes\BarChart.cs (3)
2090rotationCenter = rotationCenterProjection[0].PointF; 2096rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 2097rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
Common\ChartTypes\BoxPlotChart.cs (4)
1207 points[0].PointF, 1208 points[2].PointF, 1217 points[1].PointF, 1218 points[3].PointF,
Common\ChartTypes\ErrorBarChart.cs (2)
1329 points[0].PointF, 1330 points[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\PieChart.cs (1)
3263 result[pointIndx] = point.PointF;
Common\ChartTypes\PointChart.cs (2)
1196 PointF markerRotatedPosition = marker3DPosition[0].PointF; 1752 markerPosition = marker3DPosition[0].PointF;
Common\ChartTypes\StackedAreaChart.cs (3)
1528points[0].PointF.X - sizeLabel.Width / 2, 1529points[0].PointF.Y - sizeLabel.Height / 2 - sizeFont.Height / 10, 1541points[0].PointF,
Common\ChartTypes\StackedBarChart.cs (3)
2002rotationCenter = rotationCenterProjection[0].PointF; 2008rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 2009rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
Common\ChartTypes\StockChart.cs (26)
1255 points[0].PointF, 1256 points[1].PointF, 1637 rect.Location = points[0].PointF; 1682points[0].PointF = graph.GetAbsolutePoint(points[0].PointF); 1683points[1].PointF = graph.GetAbsolutePoint(points[1].PointF); 1684points[2].PointF = graph.GetAbsolutePoint(points[2].PointF); 1693path.AddLine(points[1].PointF, points[0].PointF); 1694path.AddLine(points[0].PointF, points[2].PointF); 1695path.AddLine(points[2].PointF, 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); 1714path.AddLine(points[1].PointF, points[0].PointF); 1715path.AddLine(points[0].PointF, points[2].PointF); 1716path.AddLine(points[2].PointF, points[2].PointF); 1739 points[0].PointF, 1740 points[1].PointF, 1757 points[0].PointF, 1758 points[1].PointF, 1902 markerPosition = marker3DPosition[0].PointF;
Common\General\Axis.cs (7)
2346rotationCenter = rotationCenterPoints[0].PointF; 2349rotationCenterPoints[0].PointF = graph.GetAbsolutePoint(rotationCenterPoints[0].PointF); 2350rotationCenterPoints[1].PointF = graph.GetAbsolutePoint(rotationCenterPoints[1].PointF); 2365rotationCenter = rotationCenterPoints[0].PointF; 2368rotationCenterPoints[0].PointF = graph.GetAbsolutePoint(rotationCenterPoints[0].PointF); 2369rotationCenterPoints[1].PointF = graph.GetAbsolutePoint(rotationCenterPoints[1].PointF); 2705points[i] = points3D[i].PointF;
Common\General\ChartGraphics3D.cs (34)
452 ((ChartGraphics)this).DrawLineRel(color, width, style, points[0].PointF, points[1].PointF); 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); 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); 3487 PointF markerRotatedPosition = marker3DPosition[0].PointF; 3609centerPoint[0].PointF = graph.GetAbsolutePoint(centerPoint[0].PointF); 3610circleBrush.CenterPoint = centerPoint[0].PointF; 4010 cubePoints[pointIndex].PointF = GetAbsolutePoint(cubePoints[pointIndex].PointF); 4066 sidePoints[0] = cubePoints[6].PointF; 4067 sidePoints[1] = cubePoints[1].PointF; 4068 sidePoints[2] = cubePoints[5].PointF; 4069 sidePoints[3] = cubePoints[2].PointF; 4073 sidePoints[0] = cubePoints[7].PointF; 4074 sidePoints[1] = cubePoints[0].PointF; 4075 sidePoints[2] = cubePoints[4].PointF; 4076 sidePoints[3] = cubePoints[3].PointF; 4085 if(cubePoints[5].PointF.Y != cubePoints[4].PointF.Y) 4088 (cubePoints[4].PointF.X - cubePoints[5].PointF.X) / 4089 (cubePoints[5].PointF.Y - cubePoints[4].PointF.Y) );
Common\General\Selection.cs (3)
3112list1[i] = points[i].PointF; 3152list1[i] = points[i].PointF; 3313return annot3DPoints[0].PointF;
Common\General\StripLine.cs (3)
771rotationCenter = rotationCenterProjection[0].PointF; 782rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].PointF); 783rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);