20 writes to PointF
System.Windows.Forms.DataVisualization (20)
Common\ChartTypes\BarChart.cs (2)
2096
rotationCenterProjection[0].
PointF
= graph.GetAbsolutePoint(rotationCenterProjection[0].PointF);
2097
rotationCenterProjection[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)
2008
rotationCenterProjection[0].
PointF
= graph.GetAbsolutePoint(rotationCenterProjection[0].PointF);
2009
rotationCenterProjection[1].
PointF
= graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
Common\ChartTypes\StockChart.cs (6)
1682
points[0].
PointF
= graph.GetAbsolutePoint(points[0].PointF);
1683
points[1].
PointF
= graph.GetAbsolutePoint(points[1].PointF);
1684
points[2].
PointF
= graph.GetAbsolutePoint(points[2].PointF);
1709
points[0].
PointF
= graph.GetAbsolutePoint(points[0].PointF);
1710
points[1].
PointF
= graph.GetAbsolutePoint(points[1].PointF);
1711
points[2].
PointF
= graph.GetAbsolutePoint(points[2].PointF);
Common\General\Axis.cs (4)
2349
rotationCenterPoints[0].
PointF
= graph.GetAbsolutePoint(rotationCenterPoints[0].PointF);
2350
rotationCenterPoints[1].
PointF
= graph.GetAbsolutePoint(rotationCenterPoints[1].PointF);
2368
rotationCenterPoints[0].
PointF
= graph.GetAbsolutePoint(rotationCenterPoints[0].PointF);
2369
rotationCenterPoints[1].
PointF
= graph.GetAbsolutePoint(rotationCenterPoints[1].PointF);
Common\General\ChartGraphics3D.cs (2)
3609
centerPoint[0].
PointF
= graph.GetAbsolutePoint(centerPoint[0].PointF);
4010
cubePoints[pointIndex].
PointF
= GetAbsolutePoint(cubePoints[pointIndex].PointF);
Common\General\StripLine.cs (2)
782
rotationCenterProjection[0].
PointF
= graph.GetAbsolutePoint(rotationCenterProjection[0].PointF);
783
rotationCenterProjection[1].
PointF
= graph.GetAbsolutePoint(rotationCenterProjection[1].PointF);
93 references to PointF
System.Windows.Forms.DataVisualization (93)
Common\ChartTypes\BarChart.cs (3)
2090
rotationCenter = rotationCenterProjection[0].
PointF
;
2096
rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].
PointF
);
2097
rotationCenterProjection[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)
1528
points[0].
PointF
.X - sizeLabel.Width / 2,
1529
points[0].
PointF
.Y - sizeLabel.Height / 2 - sizeFont.Height / 10,
1541
points[0].
PointF
,
Common\ChartTypes\StackedBarChart.cs (3)
2002
rotationCenter = rotationCenterProjection[0].
PointF
;
2008
rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].
PointF
);
2009
rotationCenterProjection[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
;
1682
points[0].PointF = graph.GetAbsolutePoint(points[0].
PointF
);
1683
points[1].PointF = graph.GetAbsolutePoint(points[1].
PointF
);
1684
points[2].PointF = graph.GetAbsolutePoint(points[2].
PointF
);
1693
path.AddLine(points[1].
PointF
, points[0].
PointF
);
1694
path.AddLine(points[0].
PointF
, points[2].
PointF
);
1695
path.AddLine(points[2].
PointF
, points[2].
PointF
);
1709
points[0].PointF = graph.GetAbsolutePoint(points[0].
PointF
);
1710
points[1].PointF = graph.GetAbsolutePoint(points[1].
PointF
);
1711
points[2].PointF = graph.GetAbsolutePoint(points[2].
PointF
);
1714
path.AddLine(points[1].
PointF
, points[0].
PointF
);
1715
path.AddLine(points[0].
PointF
, points[2].
PointF
);
1716
path.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)
2346
rotationCenter = rotationCenterPoints[0].
PointF
;
2349
rotationCenterPoints[0].PointF = graph.GetAbsolutePoint(rotationCenterPoints[0].
PointF
);
2350
rotationCenterPoints[1].PointF = graph.GetAbsolutePoint(rotationCenterPoints[1].
PointF
);
2365
rotationCenter = rotationCenterPoints[0].
PointF
;
2368
rotationCenterPoints[0].PointF = graph.GetAbsolutePoint(rotationCenterPoints[0].
PointF
);
2369
rotationCenterPoints[1].PointF = graph.GetAbsolutePoint(rotationCenterPoints[1].
PointF
);
2705
points[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
;
3609
centerPoint[0].PointF = graph.GetAbsolutePoint(centerPoint[0].
PointF
);
3610
circleBrush.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)
3112
list1[i] = points[i].
PointF
;
3152
list1[i] = points[i].
PointF
;
3313
return annot3DPoints[0].
PointF
;
Common\General\StripLine.cs (3)
771
rotationCenter = rotationCenterProjection[0].
PointF
;
782
rotationCenterProjection[0].PointF = graph.GetAbsolutePoint(rotationCenterProjection[0].
PointF
);
783
rotationCenterProjection[1].PointF = graph.GetAbsolutePoint(rotationCenterProjection[1].
PointF
);