Common\General\ChartArea3D.cs (5)
2062 points[1] = new Point3D(this.PlotAreaPosition.Right, this.PlotAreaPosition.Y, this.areaSceneDepth);
2201 pointsSurface[2] = new Point3D(this.PlotAreaPosition.Right, point1.Y, 0f);
2208 pointsSurface[2] = new Point3D(this.PlotAreaPosition.Right, point2.Y, 0f);
2222 pointsSurface[2] = new Point3D(this.PlotAreaPosition.Right, this.PlotAreaPosition.Bottom, point1.Z);
2229 pointsSurface[2] = new Point3D(this.PlotAreaPosition.Right, this.PlotAreaPosition.Bottom, point2.Z);