5 writes to frontLinePoint2
System.Web.DataVisualization (5)
Common\ChartTypes\LineChart.cs (1)
1213
graph.
frontLinePoint2
= PointF.Empty;
Common\General\ChartGraphics3D.cs (4)
1341
frontLinePoint2
= PointF.Empty;
1352
frontLinePoint2
= polygonPoints[1];
2398
frontLinePoint2
= PointF.Empty;
2408
frontLinePoint2
= polygonPoints[1];
12 references to frontLinePoint2
System.Web.DataVisualization (12)
Common\General\ChartGraphics3D.cs (12)
1307
frontLinePoint2
.X == polygonPoints[1].X &&
1308
frontLinePoint2
.Y == polygonPoints[1].Y ) ||
1312
frontLinePoint2
.X == polygonPoints[0].X &&
1313
frontLinePoint2
.Y == polygonPoints[0].Y ) ||
1317
frontLinePoint2
.X == polygonPoints[2].X &&
1318
frontLinePoint2
.Y == polygonPoints[2].Y) ||
1322
frontLinePoint2
.X == polygonPoints[3].X &&
1323
frontLinePoint2
.Y == polygonPoints[3].Y) )
1334
(float)Math.Round(
frontLinePoint2
.X),
1335
(float)Math.Round(
frontLinePoint2
.Y) );
2392
(float)Math.Round(
frontLinePoint2
.X),
2393
(float)Math.Round(
frontLinePoint2
.Y) );