2 writes to areaSceneDepth
System.Windows.Forms.DataVisualization (2)
Common\General\ChartArea3D.cs (2)
654
areaSceneDepth
= GetArea3DSceneDepth();
1264
areaSceneDepth
= GetEstimatedSceneDepth();
14 references to areaSceneDepth
System.Windows.Forms.DataVisualization (14)
Common\General\ChartArea3D.cs (14)
627
pt.Z = (pt.Z / 100f) * this.
areaSceneDepth
;
661
areaSceneDepth
,
680
areaSceneDepth
,
731
wallZPosition =
areaSceneDepth
;
757
areaSceneDepth
,
782
areaSceneDepth
,
838
return ((positionZ + depth/2f) / this.
areaSceneDepth
) * 100f;
850
return (depth / this.
areaSceneDepth
) * 100f;
1296
areaSceneDepth
,
2062
points[1] = new Point3D(this.PlotAreaPosition.Right, this.PlotAreaPosition.Y, this.
areaSceneDepth
);
2180
pointsSurface[2] = new Point3D(point1.X, this.PlotAreaPosition.Bottom, this.
areaSceneDepth
);
2187
pointsSurface[2] = new Point3D(point2.X, this.PlotAreaPosition.Bottom, this.
areaSceneDepth
);
2199
pointsSurface[0] = new Point3D(this.PlotAreaPosition.X, point1.Y, this.
areaSceneDepth
);
2206
pointsSurface[0] = new Point3D(this.PlotAreaPosition.X, point2.Y, this.
areaSceneDepth
);