3 writes to areaSceneWallWidth
System.Windows.Forms.DataVisualization (3)
Common\General\ChartArea3D.cs (3)
649
areaSceneWallWidth
= graph.GetRelativeSize( new SizeF(this.Area3DStyle.WallWidth, this.Area3DStyle.WallWidth));
692
areaSceneWallWidth
= SizeF.Empty;
1259
areaSceneWallWidth
= graph.GetRelativeSize( new SizeF(this.Area3DStyle.WallWidth, this.Area3DStyle.WallWidth));
10 references to areaSceneWallWidth
System.Windows.Forms.DataVisualization (10)
Common\General\ChartArea3D.cs (10)
709
position.Height +=
areaSceneWallWidth
.Height;
713
position.Width +=
areaSceneWallWidth
.Width;
716
position.X -=
areaSceneWallWidth
.Width;
725
float wallDepth =
areaSceneWallWidth
.Width;
748
wallRect2D.Width =
areaSceneWallWidth
.Width;
752
wallRect2D.X = position.Right -
areaSceneWallWidth
.Width;
770
wallRect2D.Height =
areaSceneWallWidth
.Height;
771
wallRect2D.Y = position.Bottom -
areaSceneWallWidth
.Height;
772
wallRect2D.Width -=
areaSceneWallWidth
.Width;
775
wallRect2D.X +=
areaSceneWallWidth
.Width;