1 write to isPyramid
System.Windows.Forms.DataVisualization (1)
Common\ChartTypes\FunnelChart.cs (1)
2865 base.isPyramid = true;
22 references to isPyramid
System.Windows.Forms.DataVisualization (22)
Common\ChartTypes\FunnelChart.cs (22)
463 ( (this._rotation3D > 0 && !this.isPyramid) || (this._rotation3D < 0 && this.isPyramid) ) ) 629 return ( this._funnelStyle == FunnelStyle.YIsHeight || this.isPyramid); 668 if( this._funnelStyle == FunnelStyle.YIsHeight && !this.isPyramid ) 981 if( this._funnelStyle == FunnelStyle.YIsHeight && !this.isPyramid) 1044 !this.isPyramid && 1118 !this.isPyramid && 1380 if(this.isPyramid) 1419 if(this.isPyramid) 1434 if(this.isPyramid) 1446 if(this.isPyramid) 1457 if(this.isPyramid) 1474 info.Location = (this.isPyramid) ? currentLocation - height : currentLocation; 1481 if(this.isPyramid) 1830 if(!this.isPyramid) 1862 if(!this.isPyramid) 1881 if(!this.isPyramid) 2045 float shiftSize = (this.isPyramid) ? -3f : 3f; 2215 if(this.isPyramid) 2488 if(!this.isPyramid) 2566 Funnel3DDrawingStyle drawingStyle = (this.isPyramid) ? 2717 if(this.isPyramid)