3 writes to areaSceneWallWidth
System.Web.DataVisualization (3)
27 references to areaSceneWallWidth
System.Web.DataVisualization (27)
Common\General\GridTickMarks.cs (14)
829 point2.Y += area.areaSceneWallWidth.Height;
835 point1.X -= area.areaSceneWallWidth.Width;
841 point2.X += area.areaSceneWallWidth.Width;
846 point1.Y -= area.areaSceneWallWidth.Height;
853 if(axisOnEdge && area.areaSceneWallWidth.Width != 0f)
865 point3 = new Point3D(point1.X, point1.Y, - area.areaSceneWallWidth.Width);
874 point4 = new Point3D(point1.X, point1.Y, - _size - area.areaSceneWallWidth.Width);
882 point4 = new Point3D(point1.X, point1.Y, - _size/2 - area.areaSceneWallWidth.Width);
906 point3 = new Point3D(point1.X, point1.Y, - area.areaSceneWallWidth.Width);
915 point4 = new Point3D(axisPosition, point1.Y, - _size - area.areaSceneWallWidth.Width);
923 point4 = new Point3D(axisPosition, point1.Y, - _size/2 - area.areaSceneWallWidth.Width);
947 point3 = new Point3D(point2.X, point2.Y, - area.areaSceneWallWidth.Width);
956 point4 = new Point3D(axisPosition, point1.Y, - _size - area.areaSceneWallWidth.Width);
965 point4 = new Point3D(axisPosition, point1.Y, - _size/2 - area.areaSceneWallWidth.Width);