1 write to _areaProjectionCenter
System.Windows.Forms.DataVisualization (1)
Common\General\ChartArea3D.cs (1)
1942
_areaProjectionCenter
= area.GetCenterOfProjection(coord);
10 references to _areaProjectionCenter
System.Windows.Forms.DataVisualization (10)
Common\General\ChartArea3D.cs (10)
1980
if(!float.IsNaN(
_areaProjectionCenter
.Y))
1989
if( yMin1 <=
_areaProjectionCenter
.Y && yMin2 <=
_areaProjectionCenter
.Y )
1993
else if( yMin1 <=
_areaProjectionCenter
.Y)
2002
if( yMax1 >=
_areaProjectionCenter
.Y && yMax2 >=
_areaProjectionCenter
.Y )
2006
else if( yMax1 >=
_areaProjectionCenter
.Y)
2028
if (!float.IsNaN(
_areaProjectionCenter
.X))
2030
if ((point1.xPosition + point1.width / 2f) >=
_areaProjectionCenter
.X &&
2031
(point2.xPosition + point2.width / 2f) >=
_areaProjectionCenter
.X)