5 writes to frontLinePoint1
System.Web.DataVisualization (5)
Common\ChartTypes\LineChart.cs (1)
1212
graph.
frontLinePoint1
= PointF.Empty;
Common\General\ChartGraphics3D.cs (4)
1340
frontLinePoint1
= PointF.Empty;
1351
frontLinePoint1
= polygonPoints[0];
2397
frontLinePoint1
= PointF.Empty;
2407
frontLinePoint1
= polygonPoints[0];
14 references to frontLinePoint1
System.Web.DataVisualization (14)
Common\General\ChartGraphics3D.cs (14)
1303
if(
frontLinePoint1
!= PointF.Empty && frontLinePen != null)
1305
if( (
frontLinePoint1
.X == polygonPoints[0].X &&
1306
frontLinePoint1
.Y == polygonPoints[0].Y ||
1310
(
frontLinePoint1
.X == polygonPoints[1].X &&
1311
frontLinePoint1
.Y == polygonPoints[1].Y ||
1315
(
frontLinePoint1
.X == polygonPoints[3].X &&
1316
frontLinePoint1
.Y == polygonPoints[3].Y ||
1320
(
frontLinePoint1
.X == polygonPoints[2].X &&
1321
frontLinePoint1
.Y == polygonPoints[2].Y ||
1332
(float)Math.Round(
frontLinePoint1
.X),
1333
(float)Math.Round(
frontLinePoint1
.Y),
2385
if(
frontLinePoint1
!= PointF.Empty && frontLinePen != null)
2390
(float)Math.Round(
frontLinePoint1
.X),
2391
(float)Math.Round(
frontLinePoint1
.Y),