9 references to Rotation
System.Windows.Forms.DataVisualization (9)
Common\General\ChartArea3D.cs (9)
663
this.Area3DStyle.
Rotation
,
714
if(this.Area3DStyle.
Rotation
> 0)
822
return (this.Area3DStyle.
Rotation
> 0);
1432
yAngle = this.Area3DStyle.
Rotation
;
1435
if( this._reverseSeriesOrder && this.Area3DStyle.
Rotation
>= 0 )
1436
yAngle = this.Area3DStyle.
Rotation
- 180;
1439
if( this._reverseSeriesOrder && this.Area3DStyle.
Rotation
<= 0 )
1440
yAngle = this.Area3DStyle.
Rotation
+ 180;
1473
return (this.Area3DStyle.
Rotation
<= 0);