1 write to _angleY
System.Web.DataVisualization (1)
Common\General\Matrix3D.cs (1)
255
this.
_angleY
= angleY;
10 references to _angleY
System.Web.DataVisualization (10)
Common\General\Matrix3D.cs (10)
187
get { return
_angleY
; }
278
if( this.
_angleY
>= 45 )
283
else if( this.
_angleY
<= -45 )
478
if( this.
_angleY
>= 45 )
480
yFactor = (this.
_angleY
- 90) / coorectionAngle;
482
else if ( this.
_angleY
<= -45 )
484
yFactor = ( this.
_angleY
+ 90 ) / coorectionAngle;
488
yFactor = this.
_angleY
/ coorectionAngle;
953
if( this.
_angleY
>= 45 || this.
_angleY
<= -45 )