10 references to YIsHeight
System.Web.DataVisualization (10)
Common\ChartTypes\FunnelChart.cs (10)
213
private FunnelStyle _funnelStyle = FunnelStyle.
YIsHeight
;
574
else if( this._funnelStyle == FunnelStyle.
YIsHeight
)
629
return ( this._funnelStyle == FunnelStyle.
YIsHeight
|| this.isPyramid);
668
if( this._funnelStyle == FunnelStyle.
YIsHeight
&& !this.isPyramid )
981
if( this._funnelStyle == FunnelStyle.
YIsHeight
&& !this.isPyramid)
1043
if( this._funnelStyle == FunnelStyle.
YIsHeight
&&
1117
if( this._funnelStyle == FunnelStyle.
YIsHeight
&&
1825
if( this._funnelStyle == FunnelStyle.
YIsHeight
)
2000
if( this._funnelStyle == FunnelStyle.
YIsHeight
)
2485
FunnelStyle drawingStyle = FunnelStyle.
YIsHeight
;