1 write to _rotation3D
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
2207 this._rotation3D = GetFunnelRotation(series);
13 references to _rotation3D
System.Windows.Forms.DataVisualization (13)
Common\ChartTypes\FunnelChart.cs (13)
463 ( (this._rotation3D > 0 && !this.isPyramid) || (this._rotation3D < 0 && this.isPyramid) ) ) 681 float topRotationHeight = (float)( (startWidth / 2f) * Math.Sin(this._rotation3D / 180F * Math.PI) ); 682 float bottomRotationHeight = (float)( (endWidth / 2f) * Math.Sin(this._rotation3D / 180F * Math.PI) ); 823 if(this._rotation3D > 0f && startWidth > 0f && nothingOnTop) 873 if(this._rotation3D < 0f && startWidth > 0f && nothingOnBottom) 995 float topRotationHeight = (float)( (startWidth / 2f) * Math.Sin(this._rotation3D / 180F * Math.PI) ); 996 float bottomRotationHeight = (float)( (endWidth / 2f) * Math.Sin(this._rotation3D / 180F * Math.PI) ); 1249 if(this._rotation3D > 0f && startWidth > 0f && nothingOnTop) 1298 if(this._rotation3D < 0f && startWidth > 0f && nothingOnBottom) 2035 labelInfo.Position.Y += (float)( ( (segmentInfo.EndWidth + segmentInfo.StartWidth) / 4f) * Math.Sin(this._rotation3D / 180F * Math.PI) ); 2211 float topSpacing = (float)Math.Abs( (plotAreaPositionAbs.Width/ 2f) * Math.Sin(this._rotation3D / 180F * Math.PI) ); 2212 float bottomSpacing = (float)Math.Abs( (plotAreaPositionAbs.Width/ 2f) * Math.Sin(this._rotation3D / 180F * Math.PI) );